Skip to content

Commit

Permalink
ci: 💚 reset version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Aug 3, 2024
1 parent b222693 commit f2745ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: googleapis/release-please-action@v4
id: release
with:
release-type: go
target-branch: main
config-file: ./release-please-config.json
manifest-file: ./.release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}

3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.0.1"
}
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"package-name": "external-dns-midaas-webhook",
"include-component-in-tag": false
"release-type": "go",
"include-component-in-tag": false,
"initial-version": "0.1.0",
"bump-minor-pre-major": true
}
}
}

0 comments on commit f2745ca

Please sign in to comment.