-
Notifications
You must be signed in to change notification settings - Fork 1
Release: RubyGems
Marian Kostyk edited this page Dec 14, 2022
·
16 revisions
-
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
main
branch.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.