Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 769 Bytes

buildnotes.md

File metadata and controls

48 lines (32 loc) · 769 Bytes

template: gem, git, gli, project, sublime sublime_project: snibbets executable: na readme: src/_README.md changelog: CHANGELOG.md project: snibbets

Snibbets

A plain text snippet manager

Develop

@run(subl .)

Dummy

@run(bundle exec bin/snibbets $@)

Deploy

You no longer need to manually bump the version, it will be incremented when this task runs.

#!/bin/bash

changelog -u

@include(project:Update GitHub README)

#!/bin/bash

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

@run(git commit -am 'Version bump')

@after Don't forget to publish the website! @end