Skip to content

Commit

Permalink
ci: setup release-please
Browse files Browse the repository at this point in the history
Setup release-please to automate creating new tags according to semver
rules.

Updated referenced versions to latest released version.

Backfill changelog entries that were only on GitHub Releases.
  • Loading branch information
apricote committed May 4, 2023
1 parent c35d292 commit f64b5ad
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 47 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main
name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: hcloud-cloud-controller-manager

# These files reference the version in the OCI image tag.
extra-files: |
deploy/ccm.yaml
deploy/ccm-networks.yaml
chart/Chart.yaml
Loading

0 comments on commit f64b5ad

Please sign in to comment.