We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f1293 commit 861daa0Copy full SHA for 861daa0
1 file changed
RELEASE_INSTRUCTIONS.md
@@ -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