Skip to content

Commit

Permalink
Add notes and 0.2.0 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 2, 2024
1 parent 4e4f902 commit 0b9bae6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ end

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

## Releasing

Run `rake build:checksum` to build the gem and generate the checksum. This will also update the version number in the gemspec file.

Run `rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

This will leave a new commit with the version number incremented in the version file and the changelog updated with the new version.
Push the changes to the repository.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/SOFware/reissue.
1 change: 1 addition & 0 deletions checksums/reissue-0.2.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5d71bb21119db020e3800c7f2e2b35b641d7aecfa0360c5ac3ad687033648d21754d774aaf75a2a4cefd3c5e29ffa86548c5f3cd2b96d43e9c1a6f85af6f2e99

0 comments on commit 0b9bae6

Please sign in to comment.