From f001d79eaa8d7e42dd7d421b18870b03c8097135 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:35:44 -0700 Subject: [PATCH] chore: update README with versioning (#1465) * chore: update README with versioning and license info * chore: fix typo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5a74c40..4897816 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,13 @@ This example shows that you can reference the fetched credentials as outputs if the `aws-session-token` input in a situation where session tokens are fetched and passed to this action. +Versioning +---------- +Starting with version 5.0.0, this action uses semantic-style release tags and +(immutable releases)[https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases]. +A floating version tag (vN) is also provided for convenience: this tag will +move to the latest major version (vN -> vN.2.1, vM -> vM.0.0, etc.). + License ------- This code is made available under the MIT license.