10 Commits

Author SHA1 Message Date
be270a6def improve the git describe command
- When using the [action versioning recommendations](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations), a commit can have duplicate tags (v2, v2.1.2).
- The previous implementation did not take that into consideration.
- With this new implementation, v2.1.2 is returned even when v2 is the newer commit tag (which is usually the case).
- Also, when running this script from another branch (let's say 'releases/v1'), the previous implementation would return newer tags in other branches.
- NOTE: This new implementation only searches for annotated tags.
2024-07-01 02:37:14 +01:00
67934fecc6 move tag_regex to variables section 2024-07-01 02:17:03 +01:00
b15f546a05 Fix shfmt errors 2024-02-22 09:47:59 -05:00
535a28ecb5 Clarify release script usage 2024-02-01 10:23:43 -05:00
081e185c76 fix release script 2023-10-31 18:15:24 -06:00
5479e29632 appease the linter 2023-10-31 18:02:57 -06:00
78a046bc59 update release script for first time use 2023-10-31 17:55:51 -06:00
a71e85eba6 add inline notes 2023-10-31 17:52:55 -06:00
d303d44bf6 executable 2023-10-31 17:51:10 -06:00
5b3b254a81 add release helper script 2023-10-31 17:50:45 -06:00