template: gem, git, gli, project executable: na readme: README.md changelog: CHANGELOG.md project: snibbets # Snibbets A plain text snippet manager ## Test @run(bundle exec bin/snibbets $@) ## Deploy You no longer need to manually bump the version, it will be incremented when this task runs. ```run Update Changelog and README #!/bin/bash changelog -u # scripts/fixreadme.rb changelog | git commit -a -F - git pull git push ``` @include(gem:Release Gem) Release Gem @include(project:Update Blog Project) Update Blog Project @run(rake bump[patch]) Bump Version @after Don't forget to publish the website! @end ## Plans