Skip to content

Latest commit

 

History

History
163 lines (75 loc) · 7.86 KB

CHANGELOG.md

File metadata and controls

163 lines (75 loc) · 7.86 KB

Changelog

1.4.0 (2025-01-28)

🚀 Features

  • Add is-fallback-tag to outputs (52d8aad)

🐛 Bug Fixes

  • Fix first build if no tag is present yet (73bd090)
  • Make calculating next version work in new repo without any tags (5856fe6)

📦 Build System & Dependencies

  • deps: Update dependencies (106a77e)

1.3.9 (2025-01-17)

🐛 Bug Fixes

  • Downgrading to node20 since node22 is not supported yet (d259b1e)

📦 Build System & Dependencies

1.3.8 (2024-12-20)

✅ Tests

  • Remove console outputs in tests (a0cb257)

📦 Build System & Dependencies

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

🐛 Bug Fixes

  • Streamline GitHub marketplace action name (a7b923a)

1.3.6 (2024-12-13)

🐛 Bug Fixes

  • Fix name and description in action.yml (e24666c)

1.3.5 (2024-12-13)

🐛 Bug Fixes

  • Fix linting with new config (64894bf)

1.3.4 (2024-12-13)

📖 Documentation

  • Use major version only in readme example (b490cc8)

📦 Build System & Dependencies

1.3.3 (2024-11-04)

🐛 Bug Fixes

  • Trim output for latest commit sha (b26af01)

1.3.2 (2024-10-08)

🐛 Bug Fixes

  • Fix not correctly determined release commit (f7a71bd)

1.3.1 (2024-10-01)

🐛 Bug Fixes

  • Add new output to README.md and action.yml (1b0f921)

1.3.0 (2024-10-01)

🚀 Features

  • Add short sha of current commit to action output (d09e6f6)

1.2.0 (2024-07-16)

🚀 Features

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

🐛 Bug Fixes

  • Fix typos in log messages (d23986e)

🛠 Refactorings

  • Use exec instead of spawn to check whether to current commit is a release (4972c1f)

1.1.0 (2024-07-15)

🚀 Features

  • Add version parts to output (3363c14)

📦 Build System & Dependencies

  • Add Jest tests and report to pipeline (2837cd6)
  • Set correct package name (copy/paste error) (eaf06c8)

1.0.2 (2024-07-15)

📦 Build System & Dependencies

  • Add missing checkout step (72f879e)

1.0.1 (2024-07-15)

📦 Build System & Dependencies

  • Add tags for major (e.g. v1) and minor (e.g. v1.1) versions (2439fb7)

1.0.0 (2024-07-15)

🚀 Features

  • Create initial version of is-release-commit-action (5956685)