Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2022-12-10)

Features

  • 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 the version input is not provided it will only publish, whereas when it is provided it will first force the version to be updated.

Breaking Changes

  • 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 to dry-run and its functionality has been inverted. Now the action will always publish unless the dry-run input parameter is truthy.
  • The action no longer has any outputs.

1.2.0 (2021-03-17)

Features

  • remove token from parameters (804d574)

Bug Fixes

  • remember to build code to repository (f32b6e0)

1.1.0 (2021-03-17)

Features

  • version allows same version flag (8a33994)

Bug Fixes

  • our environment over process environment (f0eab62)

1.0.0 (2021-03-13)

Features

  • 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)

Bug Fixes