Skip to content

Commit 861daa0

Browse files
committed
Add release instructions
1 parent 63f1293 commit 861daa0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASE_INSTRUCTIONS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release Instructions
2+
1. Generate new client version using OpenApi Generator
3+
2. Create a new PR and merge
4+
* Carefully review the PR to ensure nothing is overwritten and you are including all desired changes
5+
* Ensure the correct version number is being sent in the header params `OS-Usage-Data` (`api_client.rb`)
6+
3. Publish to RubyGems
7+
* To publish version 0.1.0 of a new gem called 'squid-utils', run: `gem push squid-utils-0.1.0.gem`
8+
* To publish a beta version, simply add `.beta1`, `.beta2` etc... after the semantic version (e.g: `1.0.0.beta1`)
9+

0 commit comments

Comments
 (0)