Skip to content

Commit

Permalink
Update release instructions to generate up-to-date lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrooijen committed Mar 13, 2024
1 parent 1ea9b8d commit 69879d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ For more information, visit our [home page][HireFire].
## Release

1. Update the `HireFire::VERSION` constant.
2. Ensure that `CHANGELOG.md` is up-to-date.
3. Commit changes with `git commit`.
4. Create a `git tag` matching the new version (e.g., `v1.0.0`).
5. Push the new git tag. Continuous Integration will handle the distribution process.
2. Update Gemfile locks with `bundle` and `bundle exec appraisal`.
3. Ensure that `CHANGELOG.md` is up-to-date.
4. Commit changes with `git commit`.
5. Create a `git tag` matching the new version (e.g., `v1.0.0`).
6. Push the new git tag. Continuous Integration will handle the distribution process.

## License

Expand Down

0 comments on commit 69879d6

Please sign in to comment.