buildnotes.md in snibbets-2.0.26 vs buildnotes.md in snibbets-2.0.27

- old
+ new

@@ -1,8 +1,8 @@ template: gem, git, gli, project executable: na -readme: src/README.md +readme: src/_README.md changelog: CHANGELOG.md project: snibbets # Snibbets @@ -18,14 +18,20 @@ ## Deploy You no longer need to manually bump the version, it will be incremented when this task runs. -```run Update Changelog and README +```run Update Changelog #!/bin/bash changelog -u -scripts/fixreadme.rb +``` + +@include(project:Update GitHub README) + +```run Update README +#!/bin/bash + changelog | git commit -a -F - git pull git push ```