File: RELEASE-GITLAB.md

package info (click to toggle)
ruby-gitlab-sidekiq-fetcher 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: ruby: 760; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
gitlab-sidekiq-fetcher
======================

# How to publish a new release?

1. Dev-commit cycle
2. Update the version in the gemspec file, commit and tag
3. Build the gem: `gem build gitlab-sidekiq-fetcher.gemspec`
4. Upload the gem: `gem push gitlab-sidekiq-fetcher-X.X.X.gem`