Skip to content

Releases: cloudposse/github-action-auto-release

v2.2.1

22 Aug 15:00
Compare
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
Compare
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
Compare
Choose a tag to compare
Added outputs @goruha (#38)

What

  • Added outputs

v2.0.0

01 Apr 19:46
8661801
Compare
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
Compare
Choose a tag to compare

🚀 Enhancements

Fix checkout token usage @goruha (#34)

what

  • Checkout use token

why

  • Fix bug with private repos auto release

v1.18.0

19 Mar 22:52
1cff9de
Compare
Choose a tag to compare
Update release-drafter/release-drafter action to v6 @renovate (#32)

This PR contains the following updates:

Package Type Update Change
release-drafter/release-drafter action major v5 -> v6

Release Notes

release-drafter/release-drafter (release-drafter/release-drafter)

v6

Compare Source


Configure Renovate @renovate (#1)

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/auto-release.yml (github-actions)
  • .github/workflows/feature-branch.yml (github-actions)
  • .github/workflows/main-branch.yaml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • action.yml (github-actions)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 1 Pull Request:

Update release-drafter/release-drafter action to v6

❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

Check for duplicate release @osterman (#31)

what

  • Release drafter can fail if release already exists.
  • Add support for prerelease label (optional)
  • Add release job summary

why

  • Incorporate fix we have hardcoded in workflows elsewhere

references

v1.17.0

31 Jan 20:17
8dccfd9
Compare
Choose a tag to compare
  • No changes

v1.16.0

30 Jan 21:13
19f1fd2
Compare
Choose a tag to compare
  • No changes

v1.15.0

30 Jan 19:59
c6bfd3d
Compare
Choose a tag to compare
  • No changes

v1.14.0

30 Jan 19:46
eb73efb
Compare
Choose a tag to compare
  • No changes