Sha256: d94ec0a188a67618871d7ffe8673edd7feec255be89c8e89229dae36ac6e330a

Contents?: true

Size: 337 Bytes

Versions: 8

Compression:

Stored size: 337 Bytes

Contents

## Prerequisite 

- Install "git-flow" (`brew install git-flow`)
- Install "bump" gem (`gem install bump`)


## Perform a release

- `git flow release start <release>`
- Update the `CHANGELOG.md` file
- `bump current`
- `bump patch`
- `rm -rf dist`
- `rake spec`
- `rake gem`
- `git flow release finish <release>`

- `rake gem:publish`

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
annotated-0.1.1 RELEASE.md
annotated-0.1.0 RELEASE.md
annotated-0.0.3 RELEASE.md
annotated-0.0.2 RELEASE.md
annotated-0.0.1 RELEASE.md
annotate-3.2.0 RELEASE.md
annotate-3.1.1 RELEASE.md
annotate-3.1.0 RELEASE.md