Skip to content

Releases: agilecustoms/release

v4.0.0

01 Feb 18:36

Choose a tag to compare

4.0.0 (2026-02-01)

⚠ BREAKING CHANGES

  • "conventionalcommits" is the only supported preset now. input npm-extra-deps is 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

  • update release-gen and publish-s3 patch versions (47d22ad)
  • use latest minor version for aws-actions/configure-aws-credentials (fb7f898)

v3.1.1

30 Jan 15:16

Choose a tag to compare

3.1.1 (2026-01-30)

Documentation

  • add another competitor action in Acknowledgement list (3f07784)

Miscellaneous

  • use release-gen version that doesn't print extra messages during npm install (69d9950)

v3.1.0

20 Jan 01:04

Choose a tag to compare

3.1.0 (2026-01-20)

Features

v3.0.1

14 Jan 13:39

Choose a tag to compare

3.0.1 (2026-01-14)

Documentation

v3.0.0

31 Dec 20:08

Choose a tag to compare

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

04 Nov 17:49

Choose a tag to compare

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)

Miscellaneous

  • update dependencies (a140477)
  • use release-gen@v3.1.0 which now require Node 24 (release action itself requires node 24 from v2) (d2f8f13)

v2.0.2

04 Nov 01:11

Choose a tag to compare

2.0.2 (2025-11-04)

Miscellaneous

  • pin dependencies minor versions (80fb518)

v2.0.1

30 Sep 03:00

Choose a tag to compare

2.0.1 (2025-09-30)

Documentation

  • add link to terraform module to create release-ready github repos (d75d4b8)

v2.0.0

21 Sep 19:52

Choose a tag to compare

2.0.0 (2025-09-21)

⚠ BREAKING CHANGES

  • upgrade actions to versions using Node24

Features

  • upgrade actions to versions using Node24 (9ac1d28)

v1.2.0

21 Sep 02:11

Choose a tag to compare

1.2.0 (2025-09-21)

Features

  • add python-version input (76f9a6f)

Documentation

  • fix description [skip ci] (d682583)

Miscellaneous

  • update configure-aws-credentials to v5 (8cb4076)