2.1.2 • Published 2 years ago
foundry-release-git v2.1.2
foundry-release-git
git release library for foundry
This command creates reference commits and git tag's
for foundry, a modular release management library.
Documentation
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
Actions
- 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
)
Contributing
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
.
Donating
Support this project and others by twolfson via gittip.
Unlicense
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.