-
Update the version number in these places:
lib/neat/version.rbcore/_neat.scsspackage.json
-
Update
CHANGELOG.md -
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.
-
Run
bundle exec rake release, which tags the release, pushes the tag to GitHub, and pushes the gem to RubyGems.org. -
Run
npm publish, which pushes the new version to npm’s registry (if releasing a pre-release, runnpm publish --tag beta). -
Draft a new GitHub release.
-
Re-generate and publish the documentation website.
-
Announce the new release, making sure to say “thank you” to the contributors who helped shape this version!