README.md in archivesspace-client-0.1.5 vs README.md in archivesspace-client-0.1.6
- old
+ new
@@ -108,14 +108,16 @@
## Publishing
Bump version in `lib/archivesspace/client/version.rb` then:
```bash
-VERSION=0.1.5
+VERSION=0.1.6
gem build archivesspace-client
-gem push archivesspace-client-$VERSION.gem
+git add . && git commit -m "Bump to $VERSION"
git tag v$VERSION
+git push origin master
git push --tags
+gem push archivesspace-client-$VERSION.gem
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/lyrasis/archivesspace-client.