Skip to content

Commit

Permalink
Add information about publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed May 22, 2024
1 parent 234f170 commit 69f921e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ To install this gem onto your local machine, run `bundle exec rake install`. To

Bug reports and pull requests are welcome on GitHub at https://github.com/qoqa/swiss_bank_validator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/qoqa/swiss_bank_validator/blob/master/CODE_OF_CONDUCT.md).

## Publishing

To publish a new version, you need to:
- Bump the version in `lib/swiss_bank_validator/version.rb`
- Create a new version on Github
- Run `gem build swiss_bank_validator`
- Run `gem push swiss_bank_validator-<version>.gem`

## License

Expand Down

0 comments on commit 69f921e

Please sign in to comment.