You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Job class **must inherit** from `MaintenanceTasks::TaskJob`.
91
+
92
+
## Releasing new versions
93
+
94
+
This gem is published to packagecloud. The procedure to publish a new version:
95
+
96
+
* Update `spec.version` in `maintenance_tasks.gemspec`.
97
+
* Run `bundle install` to bump the `Gemfile.lock` version of the gem.
98
+
* Open a PR and merge on approval.
99
+
* Create a [release on GitHub](https://help.github.com/articles/creating-releases/) with a version number that matches the version defined in the gemspec.
100
+
* Deploy via [Shipit](https://shipit.shopify.io/shopify/maintenance_tasks/packagecloud) and see the new version on https://gems.shopify.io/packages/.
0 commit comments