Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 673848c

Browse files
Release instrcutions (#148)
1 parent ba3b591 commit 673848c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,18 @@ and always return a hash of `{ ok: true|false, message: "String (HTML ok)" }`.
131131

132132
When you open your PR, please include an image for your service.
133133

134+
## Release
135+
136+
1. Bump the version on `lib/cc/services/version`
137+
2. A gem owner developer should run the following: (check owners here https://rubygems.org/gems/codeclimate-services)
138+
```shell
139+
bundle install
140+
gem build codeclimate-services.gemspec
141+
gem push codeclimate-services-<VERSION>.gem
142+
git tag v<VERSION>
143+
git push origin master --tags
144+
```
145+
134146
## License
135147

136148
See LICENSE.txt. This incorporates code from bugsnag-notification-plugins and

0 commit comments

Comments
 (0)