DEVELOPMENT.md in bigfiles-0.2.2 vs DEVELOPMENT.md in bigfiles-0.3.0
- old
+ new
@@ -25,6 +25,7 @@
git log "v$(bump current)..."
# Set type_of_bump to patch, minor, or major
bump --tag --tag-prefix=v ${type_of_bump:?}
rake release
git push
+git push --tags
```