Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

foundry-release-git

twolfson126Unlicense2.1.2

git release library for foundry

foundry, foundry-release, git, tag, release

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.

changelog

foundry-release-git changelog

2.1.2 - Added Travis CI notifications to releases

2.1.1 - Installed shell-quote@1.7.3 to fix execution vulnerability

2.1.0 - Upgraded packages to vulnerabilities, via @striezel in #3

2.0.5 - Removed legacy licenses key from package.json

2.0.4 - Upgraded packages to fix deep vulnerability, via @striezel in #2

2.0.3 - Upgraded to shell-quote@1.6.1 to fix GitHub vulnerability warning

2.0.2 - Documented actions in README

2.0.1 - Added previously unreleased foundry-release dependencies

2.0.0 - Moved to command format to match 2.0.0 spec

1.1.0 - Added specVersion to support 1.1.0 spec

1.0.1 - Added tests against publish step

1.0.0 - Moved to `foundry-release-spec@0.2.0andcommit` step

0.2.0 - Moved to fixtureUtils for git handling

0.1.0 - Initial release