Skip to content

Releases: seek-oss/private-npm-buildkite-plugin

v1.3.0

08 Nov 03:04
4256a4d
Compare
Choose a tag to compare

What's Changed

  • Add support for using a scoped registry by @lantrix in #9

New Contributors

Full Changelog: v1.2.0...v1.3.0

Support custom path for generated `.npmrc`file

10 Nov 02:57
716160a
Compare
Choose a tag to compare

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

15 Jan 03:59
f17306b
Compare
Choose a tag to compare
  • 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 the env parameter
  • Add build badges

File and env fields

26 Jul 22:56
fc003bd
Compare
Choose a tag to compare

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

12 Jul 05:38
Compare
Choose a tag to compare
v1.0.1

Add version number to README

Linter fixes

12 Jul 01:21
Compare
Choose a tag to compare
1.0.1

Add version number to README

Initial release

11 Jul 02:21
Compare
Choose a tag to compare
1.0.0

Update README.md