Skip to content

Commit f932947

Browse files
committed
note to stash changes to avoid polluting build gem
1 parent 0e0d1c2 commit f932947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Be prepared to write tests to accompany any code you would like to see merged.
2424
* `git add README.md CHANGELOG.md lib/arduino_ci/version.rb`
2525
* `git commit -m "vVERSION bump"`
2626
* `git tag -a vVERSION -m "Released version VERSION"`
27+
* `git stash save`
2728
* `gem build arduino_ci.gemspec`
29+
* `git stash pop`
2830
* `gem push arduino_ci-VERSION.gem`
2931
* `git push upstream`
3032
* `git push upstream --tags`

0 commit comments

Comments
 (0)