diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..9145b73 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,12 @@ +name: Major Release Tagger + +on: + release: + types: + - published + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - uses: cloudposse/github-action-major-release-tagger@v1 diff --git a/README.md b/README.md index 628bcca..e3feb0a 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow. ## Copyright -Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright) +Copyright © 2017-2024 [Cloud Posse, LLC](https://cpco.io/copyright)