-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Releasing
Leah Riffell edited this page May 24, 2022
·
3 revisions
To release a new version:
- Bump the version in
lib/active_merchant/version.rb
, update the changelog header, commit with a message likeRelease vx.x.x
(see https://github.com/activemerchant/active_merchant/commit/114ec71e9d8a9a51d867a35753d308868a993a32) - Tag version (
git tag vx.x.x
) - Push to master with the tag (
git push origin master --tags
) - Create a new release here https://github.com/activemerchant/active_merchant/releases/new
- Click the
Deploy
button in Shipit for your release commit