Sha256: b3d383ae094a27576dd5fdfed777062f64a527dec17858cda86cdab4032460aa
Contents?: true
Size: 912 Bytes
Versions: 3
Compression:
Stored size: 912 Bytes
Contents
# Releasing 1. Update the version number in these places: - `lib/neat/version.rb` - `core/neat/_neat.scss` - `package.json` - `bower.json` 1. Update `CHANGELOG.md` 1. Commit changes. Use the convention “Neat vX.X.X” in your commit message. There shouldn’t be code changes, and thus CI doesn’t need to run. 1. Run `bundle exec rake release`, which tags the release, pushes the tag to GitHub, and pushes the gem to RubyGems.org. 1. Run `npm publish`, which pushes the new version to npm’s registry (if releasing a pre-release, run `npm publish --tag beta`). 1. Add a [new GitHub release](//github.com/thoughtbot/neat/releases/new). 1. Re-generate and publish the [documentation website](//github.com/thoughtbot/neat-docs), using the available Gulp tasks. 1. Announce the new release, making sure to say “thank you” to the contributors who helped shape this version!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neat-2.0.0.beta.2 | RELEASING.md |
neat-2.0.0.beta.1 | RELEASING.md |
neat-2.0.0.alpha.1 | RELEASING.md |