We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0d1c2 commit f932947Copy full SHA for f932947
CONTRIBUTING.md
@@ -24,7 +24,9 @@ Be prepared to write tests to accompany any code you would like to see merged.
24
* `git add README.md CHANGELOG.md lib/arduino_ci/version.rb`
25
* `git commit -m "vVERSION bump"`
26
* `git tag -a vVERSION -m "Released version VERSION"`
27
+* `git stash save`
28
* `gem build arduino_ci.gemspec`
29
+* `git stash pop`
30
* `gem push arduino_ci-VERSION.gem`
31
* `git push upstream`
32
* `git push upstream --tags`
0 commit comments