Skip to content

Releases: Deep-Symmetry/github-version-action

Update to Node 20

Choose a tag to compare

@brunchboy brunchboy released this 21 Feb 05:06
055df51

The JS world keeps dragging people through updates that we don’t ask for.

v1.1

Choose a tag to compare

@brunchboy brunchboy released this 13 Jan 21:50
055df51

Adds tag filtering and ability to obtain raw git tag name

The first release always looked at the most recent tag, which would be fine as long as the only things you ever tagged were maven versions. But sometimes you want to use tags for other things, so this version scans all the tags on the current branch, in reverse chronological order, until it finds one that appears to name a maven version.

It can also optionally export a second environment variable with the actual git tag name that was selected.

Use latest actions core and exec

Choose a tag to compare

@brunchboy brunchboy released this 19 Feb 00:41
d2622d2

The mechanism being used to save state and set output values has been deprecated.

Update to Node 16

Choose a tag to compare

@brunchboy brunchboy released this 19 Feb 00:05

GitLab has deprecated the version of Node that this tag had been using.

1.1.5

Choose a tag to compare

@brunchboy brunchboy released this 27 Oct 03:57

Fix broken build, oops.

1.1.4

Choose a tag to compare

@brunchboy brunchboy released this 27 Oct 03:47

Try removing stale, vestigial dist directory.

1.1.3

Choose a tag to compare

@brunchboy brunchboy released this 27 Oct 03:15

Update to new core library to replace deprecated mechanism for setting environment variables.

v1.0

Choose a tag to compare

@brunchboy brunchboy released this 10 Jan 22:49

First published release, with corrected format for version tag.