foundry-release-git

git release library for foundry

Usage no npm install needed!

<script type="module">
  import foundryReleaseGit from 'https://cdn.skypack.dev/foundry-release-git';
</script>

README

foundry-release-git Build status

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:
    1. Save staged changes via git commit with foundry release's message (e.g. Release 1.0.0)
    2. Create a git tag with the version (e.g. 1.0.0)
  • 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.

Support 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.