git release library for foundry
This command creates reference commits and git tag's
for foundry, a modular release management library.
This library was build to match the foundry release specification and is written on top of foundry-release-base. Documentation can be found at:
https://github.com/twolfson/foundry-release-spec
https://github.com/twolfson/foundry-release-base
- On
commit
, we will:- Save staged changes via
git commit
withfoundry release's
message (e.g.Release 1.0.0
) - Create a
git tag
with the version (e.g.1.0.0
)
- Save staged changes via
- On
publish
, we will push the branch and its tags (i.e.git push
,git push --tags
)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via grunt and test via npm test
.
Support this project and others by twolfson via gittip.
As of Feb 03 2014, Todd Wolfson has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.