Skip to content

Latest commit

 

History

History
674 lines (327 loc) · 30.5 KB

File metadata and controls

674 lines (327 loc) · 30.5 KB

Changelog

5.1.1 (2026-02-12)

Documentation

  • improve documentation regarding ECR dev-release (b6e712e)

5.1.0 (2026-02-09)

Features

5.0.0 (2026-02-09)

⚠ BREAKING CHANGES

  • introduce input npm-publish instead of env variable NPM_TOKEN

Features

  • use OIDC for NPM authorization (b65598e), closes #34

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)

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)

3.1.0 (2026-01-20)

Features

3.0.1 (2026-01-14)

Documentation

3.0.0 (2025-12-31)

⚠ BREAKING CHANGES

  • change input 'aws-codeartifact-maven' semantics

Features

  • change input 'aws-codeartifact-maven' semantics (faff998)
  • support mvnw (234fb46)
  • update-version-in-manifest (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)

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)

2.0.2 (2025-11-04)

Miscellaneous

  • pin dependencies minor versions (80fb518)

2.0.1 (2025-09-30)

Documentation

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

2.0.0 (2025-09-21)

⚠ BREAKING CHANGES

  • upgrade actions to versions using Node24

Features

  • upgrade actions to versions using Node24 (9ac1d28)

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)

1.1.3 (2025-09-21)

Documentation

  • update documentation for new github actions checkout and download-artifact (2e92732)

1.1.2 (2025-09-06)

Documentation

  • dev-release risk analysis (919c275)

1.1.1 (2025-09-01)

Miscellaneous

  • update description for Marketplace (must be less than 125 characters) (d0b781e)

1.1.0 (2025-09-01)

Features

  • default value for 'aws-codeartifact-repository' input (2bdf70d)

Documentation

  • add example of company-specific GH action wrapper (41d35b4)
  • add example of releasing static web site (df7b247)
  • document dev-release security (c9167e3)
  • review with AI-1 [skip ci] (20210de)
  • review with AI-2 [skip ci] (d379a14)
  • review with AI-3 [skip ci] (cb3896a)
  • review with AI-4 [skip ci] (fb7de40)
  • review with AI-5 [skip ci] (cad4f67)
  • review with AI-6 [skip ci] (32f2f50)
  • review with AI-7 [skip ci] (9d404f0)

Miscellaneous

  • update description for Marketplace (574f27f)

1.0.2 (2025-08-24)

Documentation

  • update name to publish in GH marketplace (eb7dfa6)

1.0.1 (2025-08-24)

Documentation

  • change status from beta to released (902f5d3)

1.0.0 (2025-08-24)

Features

  • add java-version input - pass it into setup-maven-codeartifact action (e707ff4)
  • by default do not push git changes in dev-release mode (2ef866e)
  • channel supports ${name} placeholder (94405f0)
  • explicit version mode now supports floating tags and release channel (4379996)
  • first beta (b8a248f)
  • remove 'git push' in dev-release mode (3944b22)
  • rename NPM_PUBLIC_TOKEN to be just NPM_TOKEN, add parameter 'npm-visibility' to support private packages (19ca27a)
  • use new release-gen with cleaner error messages (a7f9593)

Bug Fixes

  • change dev-release == false to be dev-release != true (b6abc49)
  • do not attempt to delete old tags in dev-release mode (d7c033c)
  • do not update version in package.json in dev-release mode (9fb3c8d)
  • do not update version in pyproject.toml if dev-release = true (e1cd095)
  • git push dev-release only if there are changes (09b058a)
  • run 'git config' right before commit (0f6cf54)
  • use publish-s3v1.0.1 with graceful handling of dev-release input (6617ea5)

Documentation

  • configuration.md (f1bebe4)
  • cover entire lifecycle of a prerelease branch (a99df7f)
  • document artifact types, provide examples, update authorization documentation (af6e516)
  • document security risks with dev-release mode and remediation (200e162)
  • fix release channel support for 'version-bump' (d7e5f97)
  • testing document and troubleshooting updates (ff68632)
  • update cover image, add npmjs (ecfc8c8)
  • update feature coverage for "version bump" mode (4512b8c)

Miscellaneous

  • bump downstream dependencies version - just maintenance updates (1c3e794)
  • do not print summary in dev-release mode (3a50957)
  • log changed files before git push in dev-release mode (4f4470c)
  • log changed/added files before commit (ee50494)
  • pin publish-s3 to v1.0.0 (ca6cd84)
  • pin setup-maven-codeartifact version (883ff12)
  • update configure-aws-credentials (6206344)
  • use token from release env (9c7ccb6)

1.0.0-rc.6 (2025-08-24)

Miscellaneous

  • pin publish-s3 to specific version (6e8800d)

0.17.1 (2025-08-12)

Miscellaneous

  • pin publish-s3 to specific version (6e8800d)

0.17.0 (2025-08-10)

Features

  • change dev-branch-prefix default to be 'feature/' (54c78e5)

Bug Fixes

Documentation

  • (mainly) semantic-commits update (8d9861a)
  • GH authorization (c2118e6)
  • improve semantic-commits.md (dcd6786)
  • major doc update before release (2be24db)
  • update aws and gh authorization (b4a8605)

0.16.0 (2025-08-06)

Features

Documentation

  • cover different version generation options (5679408)
  • fix all links (606782a)
  • great refactoring - distribute all documentation by feature and by artifact type (0642754)
  • review README.md, rename semantic-release doc (b71e190)

0.15.0 (2025-08-03)

Features

0.14.0 (2025-08-02)

Features

0.13.0 (2025-08-02)

Features

0.12.1 (2025-07-30)

Miscellaneous

  • add diagnostic headers to all bash steps (#14) (51265b2)

0.12.0 (2025-07-30)

Features

  • use release_gen git_tags (211bb64)

Documentation

  • update roadmap and contribution (7de38b1)

0.11.0 (2025-07-29)

Features

0.10.1 (2025-07-28)

Bug Fixes

  • release-gen return new version as git_tag (b631c23)

0.10.0 (2025-07-27)

Features

  • document maintenance releases (d208b8c)

0.9.0 (2025-07-27)

Features

Bug Fixes

  • shell script syntax (2dd34ed)
  • validate a combination of NPM_PUBLIC_TOKEN and dev-release (f0e81cd)

Documentation

  • philosophy, roadmap (05d0ba8)
  • update doc to reflect that this action does not support pull_request as trigger (b958a80)

Miscellaneous

0.8.1 (2025-07-26)

Documentation

  • add known issues (716db57)
  • add note that action is under development (a5059d5)
  • minor updates (caabd65)
  • swap Outputs and Env variables (6becac2)

0.8.0 (2025-07-25)

Features

  • rename agilecustoms/publish in agilecustoms/release (64e77c0)

0.7.1 (2025-07-25)

Documentation

  • update documentation about pyproject.toml (6cdc4f3)

0.7.0 (2025-07-25)

Features

  • update version in pyproject.toml (#7) (967fa73)

0.6.0 (2025-07-25)

Features

  • update version in pom.xml even if project doesn't need to be published (834ee35)

0.5.0 (2025-07-25)

Features

  • update package.json version even if package is NOT published in npm (9f86465)

0.4.5 (2025-07-25)

Documentation

0.4.4 (2025-07-24)

Miscellaneous

  • add custom .releaserc.json for more granular release notes (ca9325e)

0.4.3 (2025-07-23)

Bug Fixes

  • improve semantic-release documentation 2 (0986c70)

0.4.2 (2025-07-23)

Bug Fixes

  • improve semantic-release documentation (ada956b)

0.4.1 (2025-07-23)

Bug Fixes

  • update semantic-release documentation with most robust configuration (6739fef)

0.4.0 (2025-07-21)

Features

  • rename $new_version into just $version (1d1f22d)

0.3.0 (2025-07-19)

Features

0.2.0 (2025-07-19)

Features

  • remove tag-format default value. now default value comes from code, not from input. so you can redefine it in .releaserc.json (c5acb21)

1.4.0 (2025-07-17)

Features

  • GH_TOKEN env variable is not required any more, bcz it can be configured at checkout action (a4d35b3)
  • rename input (a72da06)

1.3.4 (2025-07-17)

Bug Fixes

  • move Git configure in front of semantic-release (ec738e4)

1.3.3 (2025-07-16)

Bug Fixes

1.3.2 (2025-07-16)

Bug Fixes

  • remove debugging, add reference .git/config file (token is revoked) (25af0a5)

1.3.1 (2025-07-16)

Bug Fixes

  • base64 encode the token (fceb06e)
  • do not wrap line when generate base64 string (6250798)
  • instead of (6f0bdc0)

1.3.0 (2025-07-15)

Features

  • add support of release-plugins (16fb320)

1.2.0 (2025-07-14)

Features

  • use updated release_gen with new features (bb1abd6)

1.1.2 (2025-07-11)

Bug Fixes

1.1.1 (2025-07-10)

1.1.0 (2025-07-09)

Features

  • support git commit and push for dev-release (96a8c72)

1.0.0 (2025-07-08)

Features

BREAKING CHANGES

  • try major release

0.15.2 (2025-07-08)

Performance Improvements

0.15.1 (2025-07-08)

Bug Fixes

0.15.0 (2025-07-06)

Features

  • switch back to default changelog title (2518a55)

0.14.7 (2025-07-06)

Bug Fixes

  • try non default changelog (dfb3c44)

0.14.6 (2025-07-06)

Bug Fixes

0.14.5 (2025-07-06)

Bug Fixes

  • try changelog title w/ no extra empty lines (219e986)

0.14.4 (2025-07-06)

Bug Fixes

  • try multi-line default value (50265a0)

\n\n

0.14.3 (2025-07-06)

Bug Fixes

  • default changelog title2 (b3965ad)

Changelog\n\n

0.14.2 (2025-07-06)

Bug Fixes

  • default changelog title (b985bd3)

0.14.1 (2025-07-06)

Bug Fixes

0.14.0 (2025-07-06)

Features

  • changelog file and title (6ae1928)