1.4.0 (2025-01-28)
- Add
is-fallback-tag
to outputs (52d8aad)
- Fix first build if no tag is present yet (73bd090)
- Make calculating next version work in new repo without any tags (5856fe6)
- deps: Update dependencies (106a77e)
1.3.9 (2025-01-17)
- Downgrading to
node20
sincenode22
is not supported yet (d259b1e)
- Update dependencies (b88079d)
1.3.8 (2024-12-20)
- Remove console outputs in tests (a0cb257)
- deps-dev: Bump @commitlint/cli from 19.6.0 to 19.6.1 (c3ece69)
- deps-dev: Bump @eslint/js from 9.16.0 to 9.17.0 (483423c)
- deps-dev: Bump @typescript-eslint/eslint-plugin (984ac50)
- deps-dev: Bump @typescript-eslint/parser from 8.18.0 to 8.18.1 (bbd1b91)
- deps-dev: Bump eslint from 9.16.0 to 9.17.0 (b117458)
- Update dependencies and
package-lock.json
(345a03f)
1.3.7 (2024-12-13)
- Streamline GitHub marketplace action name (a7b923a)
1.3.6 (2024-12-13)
- Fix
name
anddescription
inaction.yml
(e24666c)
1.3.5 (2024-12-13)
- Fix linting with new config (64894bf)
1.3.4 (2024-12-13)
- Use major version only in readme example (b490cc8)
1.3.3 (2024-11-04)
- Trim output for latest commit sha (b26af01)
1.3.2 (2024-10-08)
- Fix not correctly determined release commit (f7a71bd)
1.3.1 (2024-10-01)
- Add new output to
README.md
andaction.yml
(1b0f921)
1.3.0 (2024-10-01)
- Add short sha of current commit to action output (d09e6f6)
1.2.0 (2024-07-16)
- Add calculation for next semantic version (805e881)
- Sort tags by commit history instead of date the tag was created (8977730)
- Use GitHub logging features instead of
console
(c0630cf)
- Fix typos in log messages (d23986e)
- Use
exec
instead ofspawn
to check whether to current commit is a release (4972c1f)
1.1.0 (2024-07-15)
- Add version parts to output (3363c14)
- Add Jest tests and report to pipeline (2837cd6)
- Set correct package name (copy/paste error) (eaf06c8)
1.0.2 (2024-07-15)
- Add missing checkout step (72f879e)
1.0.1 (2024-07-15)
- Add tags for major (e.g.
v1
) and minor (e.g.v1.1
) versions (2439fb7)
- Create initial version of
is-release-commit-action
(5956685)