Skip to content

Commit

Permalink
Add instructions about release process
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Dec 6, 2023
1 parent bba3557 commit 46fdf34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,15 @@ To see all available commands run `bundle exec rake -T` .

Bug reports and pull requests are welcome on GitHub at https://github.com/applidium/ad_localize. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## How to release a new version

1. After all your changes are reviewed and merged
2. Create a `release` branch
3. Update the version in field `s.version` from file `ad_localize.gemspec`
4. Execute `make publish`

You may need to configure your account at step `4.` if you've never pushed any gem. You can find all the informations you need on [the official documentation](https://guides.rubygems.org/make-your-own-gem/#your-first-gem).

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Expand Down

0 comments on commit 46fdf34

Please sign in to comment.