Releases: SpicyPizza/create-envfile
Releases · SpicyPizza/create-envfile
v2.0.3
What's Changed
- Update Yarn by @AngelOnFira in #62
- Fix general test to sort keys by @AngelOnFira in #63
- Added action variable to example usage in readme by @iamarpitpatidar in #86
- Remove set to berry by @AngelOnFira in #174
- fix: Node.js 16 deprecation warning by @devCrossNet in #173
New Contributors
- @iamarpitpatidar made their first contribution in #86
- @devCrossNet made their first contribution in #173
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Add bash as shell for Windows general test by @AngelOnFira in #59
- Revert sorting keys by default by @AngelOnFira in #60
- Add multiline secrets by @AngelOnFira in #61
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Bump @types/node from 16.18.36 to 20.3.1 by @dependabot in #57
- Fix
GITHUB_WORKSPACE
Override by @AngelOnFira in #58
New Contributors
- @dependabot made their first contribution in #57
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Correct typo in README.md by @taylorgorman in #55
- Migrate to TypeScript by @AngelOnFira in #56
New Contributors
- @taylorgorman made their first contribution in #55
Full Changelog: v1.3.1...v2.0.0
v1.3.1
What's Changed
This version puts a backward-incompatible change behind a toggle, which should allow existing projects to use this Action like before.
- Added input to toggle failing on empty env key by @AngelOnFira in #44
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Edit README and Dockerfile by @Flaiers in #34
- Documentation suggestions by @amirkx in #35
- update docker file by @dleo9307 in #37
- Add Github Action test by @AngelOnFira in #38
- Fail if key is empty by @AngelOnFira in #39
- Release 1.3.0 by @AngelOnFira in #41
New Contributors
- @Flaiers made their first contribution in #34
- @amirkx made their first contribution in #35
- @dleo9307 made their first contribution in #37
Full Changelog: v1.2...v1.3.0
v1.2
What's Changed
- Added default directory envkey option by @AngelOnFira in #22
- Update README.md by @heyman333 in #23
- fix problem with folder creation by @KonstantinKlepikov in #31
New Contributors
- @heyman333 made their first contribution in #23
- @KonstantinKlepikov made their first contribution in #31
Full Changelog: v1.1...v1.2
v1.1
What's Changed
- Feature: Give option to specify the directory where envfile will be created by @sumit4613 in #5
- Adds syntax highlighting by @sobolevn in #6
- Use workspace path from Github default env variables by @AngelOnFira in #13
- Prepare for 1.1 by @AngelOnFira in #17
New Contributors
- @sumit4613 made their first contribution in #5
- @sobolevn made their first contribution in #6
Full Changelog: v1.0...v1.1
Marketplace release
The initial release provides all functionality to create an envfile from variables stored in Github Secrets.
- Captures Github Secrets starting with
INPUT_ENVKEY_
- Only includes variables from the
with
section that start withenvkey_
- Writes variables to your preferred envfile with the
file_name
input