Skip to content

Releases: VisualPinball/next-version-action

v0.1.7

07 Mar 20:31
a352c06
Compare
Choose a tag to compare
Merge pull request #4 from jsm174/feature/path-input

path: added support for specifying package.json path

v0.1.6

21 Dec 11:40
Compare
Choose a tag to compare
package: rename package, update docs, bump to 0.1.6.

	modified:   README.md
	modified:   dist/index.js.map
	modified:   package-lock.json
	modified:   package.json

v0.1.5

18 Dec 00:28
Compare
Choose a tag to compare
docs: Updated README

v0.1.4

15 Dec 22:55
Compare
Choose a tag to compare

Add missing parameter.

v0.1.3

15 Dec 22:53
Compare
Choose a tag to compare

Add debug log.

v0.1.2

15 Dec 22:42
Compare
Choose a tag to compare

Fixed missing inputs and outputs.

v0.1.1

15 Dec 20:46
Compare
Choose a tag to compare
  • Changed string comparison to semver comparison
  • Added nextTag and isPrerelease as output and tagPrefix as input
  • Fail if auto-increment uses a non-0 version in package.json
  • Refactored tests

v0.1.0

15 Dec 17:03
Compare
Choose a tag to compare
Initial commit