Skip to content

Releases: cloudposse/github-action-auto-release

v4.0.0

10 Jun 19:50

Choose a tag to compare

Fetch tags only @goruha (#52) ## what * Replace `git pull --tags` with `git fetch --tags` * Define commitish implicitly

why

  • git pull --tags fails in detached mode (when there is no branch or upstreamed branch)
  • Support releases from PRs

🤖 Automatic Updates

Replace Makefile with atmos.yaml @osterman (#51) ## what - Remove `Makefile` - Add `atmos.yaml`

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos

v3.3.0

05 Jun 16:20

Choose a tag to compare

Fix readme @goruha (#50) ## what * Fix readme

references

  • DEV-3290 Fix markdown issue in the README file

v3.2.0

29 May 21:58
3064115

Choose a tag to compare

Fix no existed releases error @goruha (#49) ## what * Catch 404 errors on get release by tag

why

  • Fix getting released for custom tags

references

v3.1.0

13 Mar 16:41
c742e7a

Choose a tag to compare

Fix empty tags @goruha (#48) ## what * Fix empty tags

why

  • Fix failure

references

v3.0.0

12 Mar 19:20

Choose a tag to compare

Do not create new release if there is one for the commit @goruha (#47) ## what * Do not create a new release if there is one for the commit (differ pre-release from regular releases)

why

  • Avoid duplication

🤖 Automatic Updates

Update .github/settings.yml @osterman (#45) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub

v2.2.1

22 Aug 15:00

Choose a tag to compare

Fix summary formating @goruha (#44) ## what * Use multiline string for GHA summary

why

  • Fix summary formatting

references

Fix release summary @goruha (#40) ## what * Fix release summary

why

  • Fix special chars errors /home/runner/work/_temp/db3c8333-1353-466b-94cf-5dbf1af62837.sh: line 39: -: command not found

https://github.com/cloudposse/slack-notifier/actions/runs/8797419935/job/24142483069

🤖 Automatic Updates

Update release workflow to allow pull-requests: write @osterman (#43) ## what - Update workflow (`.github/workflows/release.yaml`) to have permission to comment on PR

why

  • Add comment to PR when it is released
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#42) ## what - Update workflows (`.github/workflows/settings.yaml`) to use shared workflows from `.github` repo

why

  • Reduce nested levels of reusable workflows
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#41) ## what - Update workflows (`.github/workflows/settings.yaml`)

why

  • Support new readme generation workflow.
  • Generate banners

v2.2.0

17 Apr 21:41
a027682

Choose a tag to compare

Added summary flag @goruha (#39)

what

  • Added summary flag

why

  • Allow to disable github action summary

v2.1.0

17 Apr 15:26
6938cad

Choose a tag to compare

Added outputs @goruha (#38)

What

  • Added outputs

v2.0.0

01 Apr 19:46
8661801

Choose a tag to compare

Make release latest only for default branch @goruha (#35)

what

  • Set new releases as latest only if they reference the default branch

why

  • To avoid cases with release from hotfix branches marked as latest

v1.18.1

22 Mar 22:52
a3ceaac

Choose a tag to compare

🚀 Enhancements

Fix checkout token usage @goruha (#34)

what

  • Checkout use token

why

  • Fix bug with private repos auto release