Sha256: 75a241a23dc11ac2233cdf782a666e933fff024de09d0d56f96c62626064ddc3

Contents?: true

Size: 1013 Bytes

Versions: 28

Compression:

Stored size: 1013 Bytes

Contents

# Releasing

## Performing releases

0. Merge the desired commits to master. But merge them cleanly! See: [merging](#merging)
1. Edit and commit the version file in `lib/cloudformation-ruby-dsl/version.rb`. Bump the version based on the [version specification](#versioning-specification)
2. `git push` to origin/master
3. `rake release`

## Versioning specification

For this project, we will follow the methodology proposed by http://semver.org/spec/v2.0.0.html.

1. Major versions break existing interfaces.
2. Minor versions are additive only.
3. Patch versions are for backward-compatible bug fixes.

## Merging

When you use the shiny green "Merge" button on a pull request, github creates a separate commit for the merge (because of the use of the `--no-ff` option). This is noisy and makes git history confusing. Instead of using the green merge button, merge the branch into master using [git-land](https://github.com/bazaarvoice/git-land#git-land) (or manually follow the steps described in the project).

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
cardtapp-cloudformation-ruby-dsl-0.0.1.pre.3 docs/Releasing.md
cardtapp-cloudformation-ruby-dsl-0.0.1.pre.pre2 docs/Releasing.md
cardtapp-cloudformation-ruby-dsl-0.0.1.pre.pre1 docs/Releasing.md
cloudformation-ruby-dsl-1.5.0 docs/Releasing.md
cloudformation-ruby-dsl-1.4.6 docs/Releasing.md
cloudformation-ruby-dsl-1.4.5 docs/Releasing.md
cloudformation-ruby-dsl-1.4.3 docs/Releasing.md
cloudformation-ruby-dsl-1.4.2 docs/Releasing.md
cloudformation-ruby-dsl-1.4.1 docs/Releasing.md
cloudformation-ruby-dsl-1.4.0 docs/Releasing.md
cloudformation-ruby-dsl-1.3.2 docs/Releasing.md
cloudformation-ruby-dsl-1.2.6 docs/Releasing.md
cloudformation-ruby-dsl-1.3.1 docs/Releasing.md
cloudformation-ruby-dsl-1.3.0 docs/Releasing.md
cloudformation-ruby-dsl-1.2.5 docs/Releasing.md
cloudformation-ruby-dsl-1.2.4 docs/Releasing.md
cloudformation-ruby-dsl-1.2.3 docs/Releasing.md
cloudformation-ruby-dsl-1.2.2 docs/Releasing.md
cloudformation-ruby-dsl-1.2.1 docs/Releasing.md
cloudformation-ruby-dsl-1.2.0 docs/Releasing.md