Releases: seek-oss/private-npm-buildkite-plugin
Releases · seek-oss/private-npm-buildkite-plugin
v1.3.0
Support custom path for generated `.npmrc`file
Thanks to @neilcampbell for #5.
It's now possible to supply a custom output path for the generated .npmrc
file. This should make it easier to deal with situations where package.json
is not in the root directory of the project.
Namespace shell variables
- Use namespaced variables in the plugin hook to prevent accidentally overwriting environment defined in the pipeline.
- This was necessary since the names used in the plugin hook were very generic names like 'ENV', 'FILE' and 'TOKEN'
- Add GitHub action to run tests
- Add warning to README about using
NPM_TOKEN
as the name of the environment supplied to theenv
parameter - Add build badges
File and env fields
This release includes new fields to support reading the NPM token from the runtime environment via the env
field or via a file on the agent using the file
field.
Match Buildkite version pattern expectation
v1.0.1 Add version number to README
Linter fixes
1.0.1 Add version number to README
Initial release
1.0.0 Update README.md