From ff4401f05896713571d522e0d1820df53e2ef1c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Jun 2024 03:54:22 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- .github/release.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b0c5175 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,4 @@ +changelog: + exclude: + labels: + - tagpr From 62f5d770ef7b7de7769e06e6e1e962613464b880 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Jun 2024 03:54:23 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56d5ba9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [v0.2.6](https://github.com/route06/aws-cost-cli/commits/v0.2.6) - 2024-06-19 +- Specify 'ROUTE06, Inc.' as an author of this forked version by @Rindrics in https://github.com/route06/aws-cost-cli/pull/10 +- Abolish PR template which does not fit our operation by @Rindrics in https://github.com/route06/aws-cost-cli/pull/11 +- Enable testing by 'jest' on CI by @Rindrics in https://github.com/route06/aws-cost-cli/pull/12 +- Introduce 'tagpr' to automate bumping semantic version by @Rindrics in https://github.com/route06/aws-cost-cli/pull/13 +- Introduce linter and formatter to the project by @Rindrics in https://github.com/route06/aws-cost-cli/pull/15 +- Enable use case with RBAC to improve security by @Rindrics in https://github.com/route06/aws-cost-cli/pull/16 +- Add function to get cost info of specific account under an organization by @Rindrics in https://github.com/route06/aws-cost-cli/pull/20 +- Correct cost aggregation logic to resolve diff in monthly cost by @Rindrics in https://github.com/route06/aws-cost-cli/pull/21 +- Allow users to choose aggregation unit for `Breakdown by service` by @Rindrics in https://github.com/route06/aws-cost-cli/pull/22 +- Resolve runtime error due to fails in loading ESmodules by @Rindrics in https://github.com/route06/aws-cost-cli/pull/25