Skip to content

v1.2.1

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 22 Apr 22:47
· 3 commits to refs/heads/main since this release
7429d1b
Do not build binaries for windows @goruha (#43) ## what * Use custom `.goreleaser.yaml`

why

  • github-authorized-keys should not build for windows that we do for org global config
Go auto release workflows @goruha (#42) # What * Use go auto-release workflow `cloudposse/.github/.github/workflows/shared-go-auto-release.yml@main` * Remove `.goreleaser.yml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/goreleaser.yml * Drop `auto-release.yaml`. Now will use https://github.com/cloudposse/.github/blob/main/.github/auto-release.yml and https://github.com/cloudposse/.github/blob/main/.github/auto-release-hotfix.yml

Why

  • Consolidate go releases workflow pattern
Auto release fix @goruha (#41) # What * Use auto relesase shared workflow

Why

Consolidate auto-release workflow @goruha (#40) ## what * Use `cloudposse/github-action-auto-release` in `auto-release.yaml` workflow

why

  • Solve old nodejs warning
  • Reduce duplication of code