Skip to content

Commit

Permalink
Cp manifest release (#381)
Browse files Browse the repository at this point in the history
* Fix yaml linting for release action (#376)

(cherry picked from commit 1d04e15)

* Update release-please to v4 (#377)

(cherry picked from commit 0dfa104)

* Add manifest config for v4 (#379)

(cherry picked from commit 14b5207)

* change release branch to stable

---------

Co-authored-by: Nadja Heitmann <[email protected]>
  • Loading branch information
Manisha15 and nadjaheitmann authored Nov 7, 2024
1 parent b8a842c commit 3953504
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ name: release
on:
push:
branches:
- master
- 0.16-stable

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
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 }}
- uses: ruby/setup-ruby@v1
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 3953504

Please sign in to comment.