Sha256: a5520b551cf3f585ab7ebcba049c90c3d50035bf4c36fe815fb67a19d1db2142

Contents?: true

Size: 678 Bytes

Versions: 15

Compression:

Stored size: 678 Bytes

Contents

template: git, gem, project
project: conductor
readme: src/_README.md

# marked-conductor

Train conductor for Marked

## File Structure

Standard gem structure.

## Deploy

You no longer need to manually bump the version, it will be incremented when this task runs.

```run Update Changelog
#!/bin/bash

changelog -u
```

@include(project:Update GitHub README)

```run Commit with changelog
#!/bin/bash

changelog | git commit -a -F -
git pull
git push
```

@include(gem:Release Gem) Release Gem
@include(project:Update Blog Project) Update Blog Project
@run(rake bump[patch]) Bump Version

@run(git commit -am 'Version bump')

@after
Don't forget to publish the website!
@end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
marked-conductor-1.0.38 buildnotes.md
marked-conductor-1.0.37 buildnotes.md
marked-conductor-1.0.35 buildnotes.md
marked-conductor-1.0.33 buildnotes.md
marked-conductor-1.0.32 buildnotes.md
marked-conductor-1.0.31 buildnotes.md
marked-conductor-1.0.30 buildnotes.md
marked-conductor-1.0.29 buildnotes.md
marked-conductor-1.0.28 buildnotes.md
marked-conductor-1.0.27 buildnotes.md
marked-conductor-1.0.26 buildnotes.md
marked-conductor-1.0.25 buildnotes.md
marked-conductor-1.0.24 buildnotes.md
marked-conductor-1.0.23 buildnotes.md
marked-conductor-1.0.22 buildnotes.md