Skip to content

Commit

Permalink
Add manifest config for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 committed Nov 7, 2024
1 parent 0dfa104 commit 37d1899
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
id: release
with:
release-type: ruby
package-name: foreman_fog_proxmox
bump-minor-pre-major: true
version-file: "lib/foreman_fog_proxmox/version.rb"
target-branch: ${{ github.ref_name }}
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
Expand Down
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"packages": {
".": {
"package-name": "foreman_fog_proxmox",
"bump-minor-pre-major": true,
"version-file": "lib/foreman_fog_proxmox/version.rb"
}
}
}

0 comments on commit 37d1899

Please sign in to comment.