Release: RubyGems - marian13/convenient_service GitHub Wiki
How to release to RubyGems?
-
Make sure you are familiar with the Release: Automation wiki.
-
Open a release PR.
-
Remove unnecessary commit messages from the release PR description.
-
Remove unnecessary commit messages from
CHANGELOG.md(you can do it even in the GitHub web editor). -
Merge the release PR.
-
Navigate to the project folder locally.
cd ~/Projects/convenient_service -
Checkout to the
mainbranch.git checkout main -
Pull the latest changes.
git pull origin main -
Run
task release(it uses gem-release under the hood).task release -
Congratulations! You have just released a new Convenient Service version to RubyGems.