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

Package detail

foundry-release-npm

twolfson101Unlicense2.1.1

npm release library for foundry

foundry, foundry-release, npm, publish, release

readme

foundry-release-npm Build status

Manage npm releases via foundry

This is an npm command 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 update-files, we will update the version in package.json
  • On publish, we will run npm publish
    • If there is a private: true field in the package.json, then this step will be skipped

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 Jan 12 2014, Todd Wolfson has released this repository and its contents to the public domain.

It has been released under the UNLICENSE.

changelog

foundry-release-npm changelog

2.1.1 - Added Travis CI notifications

2.1.0 - Updated dependencies via @striezel in #3

2.0.3 - Updated devDependencies + package.json via @striezel in #2

2.0.2 - Documented actions in README

2.0.1 - Added foundry-release-npm dependency

2.0.0 - Moved to CLI implementation for 2.0.0 spec

1.1.0 - Added specVersion to support 1.1.0 spec

1.0.1 - Added fix for node in Travis CI

1.0.0 - Moved from setVersion to updateFiles to match `foundry-release-spec@1.0.0`

0.1.0 - Initial release