All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2022-12-10)
- Upgraded
@action
packages to latest versions. - Rewrote the action from the ground up, now full covered with tests.
- The
version
input parameter is now optional. When theversion
input is not provided it will only publish, whereas when it is provided it will first force the version to be updated.
- The
version
input parameter is no longer "coerced" into a valid semantic version and now requires a valid semantic version to be provided. For coercing of semantic versions you can look at the validate-semver action that I also maintain and make use of its outputs. - The
execute
input parameter has been renamed todry-run
and its functionality has been inverted. Now the action will always publish unless thedry-run
input parameter is truthy. - The action no longer has any outputs.
1.2.0 (2021-03-17)
- remove token from parameters (804d574)
- remember to build code to repository (f32b6e0)
1.1.0 (2021-03-17)
- version allows same version flag (8a33994)
- our environment over process environment (f0eab62)
- authentication token for npm (1e8b27a)
- commit first build attempt at action (0a663b0)
- dry-run by default, pretty console output (4f0eb86)
- git ref access as version, also version properly cleaned (53a8ee3)
- theoretical action implementation through tests (266cc24)
- compile for node 12 (d2f3d51)