Releases: agilecustoms/release
Releases · agilecustoms/release
v4.0.0
4.0.0 (2026-02-01)
⚠ BREAKING CHANGES
- "conventionalcommits" is the only supported preset now. input
npm-extra-depsis eliminated. See Migration Guide
Features
- get rid of npm-extra-deps (69e995e)
Documentation
- add migration guide (0a12636)
- fix documentation to reflect conventional commits usage (3da0c53)
- move ecosystem chapter lower in README.md (ff803ac)
- replace v3 with v4 in documentation (cf33de7)
- update test coverage (a1f63b4)
Miscellaneous
v3.1.1
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2025-12-31)
⚠ BREAKING CHANGES
- change input 'aws-codeartifact-maven' semantics. It used to be true/false, now there are 3 possible values: 'build', 'publish' and empty (default). 'build' means pull dependencies from codeartifact to update version in pom.xml file. 'publish' means also publish/deploy artifact in codeartifact. if not 'aws-codeartifact-maven' is not set at all, then do not authenticate in codeartifact
Features
- change input 'aws-codeartifact-maven' semantics (faff998)
- added support of Maven wrapper. If there is a file 'mvnw' in project root - it will be used instead of just 'mvn' (234fb46)
- added parameter 'update-version-in-manifest' (default is true) to control whether or not to update version in languages specific manifest file (pom.xml, package.json, pyproject.toml) (cd2a9fb)
Bug Fixes
- use version of 'setup-maven-codeartifact' with fixed aws-login logic (589567c)
Documentation
- use actions/cache@v5 in examples (255e75e)
Miscellaneous
- bump publish-s3 version (update deps) (1bed3a5)
- remove 'set +e' bcz it is default behavior (3b455ad)
- update dependencies (4075d68)
- use latest setup-maven-codeartifact with removed 'mvn -v' command (f6621d8)
- use most recent setup-maven-codeartifact with improved logging (f0cde60)
- use ubuntu-slim (703a47d)
v2.1.0
2.1.0 (2025-11-04)
Features
- switch to node 24 before calling release-gen action (because now some of its dependencies require node 24) (ec609df)
Documentation
- add a link to the new Terraform module to provision security-aware GH repos (5874372)
- update documentation, mainly to cover best practices of using one workflow with two jobs (Build and Release) and two workflows: Build and Release (eec2a87)