Skip to content

Releases: university-of-york/ds-devtool-setEnvVars

v3.1.0

05 Apr 12:08
Compare
Choose a tag to compare

Features

  • Upgraded dotenv to v16.4.5

v3.0.0

02 Nov 14:08
Compare
Choose a tag to compare

Breaking changes

  • End of support for Node.js 16;
  • Migrated to Node.js 20 (18 has been skipped as there is no documented support for it in the action.yml);
  • This package is now an ES Module.

Features

  • Upgraded @actions/core to v1.10.1

v2.1.0

22 Jun 15:07
Compare
Choose a tag to compare

Features

  • Upgraded @actions/core to 1.10.0;
  • Upgraded dotenv to 16.3.1;

v2.0.0

30 Aug 16:36
Compare
Choose a tag to compare

Breaking changes

  • Upgraded to Node 16. Node 12 and 14 are no longer supported;
  • Environment variable values containing either backtick (`) or the pound sign (#) will need to be escaped appropriately, due to upgrading dotenv to the latest version;

Features

  • Upgraded @actions/core to the latest version;
  • Removed runtime dependency on execa;

Handle envConfig is not iterable error

11 Oct 15:58
Compare
Choose a tag to compare

What's Changed

  • fix: Handle envConfig is not iterable error by @ben-eb in #3

Full Changelog: v1.1.0...v1.1.1

Add overwrite flag

07 Oct 15:59
Compare
Choose a tag to compare

This allows for overwriting existing environment variables when using this action multiple times in a GitHub actions run.

Full Changelog: v1...v1.1.0

ds-devtool-setEnvVars

08 Jun 13:43
Compare
Choose a tag to compare
v1.0.0

update version no

Set env variables

08 Jun 13:57
Compare
Choose a tag to compare