FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shopify_api/RELEASING at main · HashNotAdam/shopify_api · GitHub
HashNotAdam
/
shopify_api
Public
forked from
Shopify/shopify-api-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
shopify_api
/
RELEASING
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (16 loc) · 822 Bytes
Breadcrumbs
shopify_api
/
RELEASING
Copy path
File metadata and controls
17 lines (16 loc) · 822 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Releasing ShopifyAPI
1. Check the Semantic Versioning page for info on how to version the new release: http://semver.org
2. Update the version of ShopifyAPI in lib/shopify_api/version.rb
3. Run `bundle`
4. Add a CHANGELOG entry for the new release
5. Commit the changes with a commit message like "Packaging for release X.Y.Z"
6. Tag the release with the version (Leave REV blank for HEAD or provide a SHA)
$ git tag vX.Y.Z REV
7. Push out the changes
$ git push
8. Push out the tags
$ git push --tags
9. Publish the gem using Shipit
10. Consider if the dependency in Shopify/shopify needs updated. It's used only by the tests so is a low risk change.
Also consider Shopify/shopify_app whose gemspec depends on this.
We don't need to do this for every release, but we should try to keep them relatively up to date.
Back
|
FazBrowse Home
|
New Git URL