mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-21 22:13:45 +03:00
chore(ci): streamline ci configuration with bluefin project
This commit is contained in:
parent
d93122baf1
commit
d677d7b305
3
.github/semantic.yml
vendored
Normal file
3
.github/semantic.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
enabled: true
|
||||||
|
titleOnly: true
|
15
.github/workflows/conventional-commits.yml
vendored
15
.github/workflows/conventional-commits.yml
vendored
|
@ -1,15 +0,0 @@
|
||||||
name: Conventional Commits
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Conventional Commits
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: webiny/action-conventional-commits@v1.3.0
|
|
|
@ -1,5 +1,4 @@
|
||||||
name: release-please
|
---
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -7,19 +6,18 @@ on:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
checks: write
|
||||||
|
actions: read
|
||||||
|
packages: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
|
name: Generate Changelog
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
|
||||||
releases_created: ${{ steps.release-please.outputs.releases_created }}
|
|
||||||
tag: ${{ steps.release-please.outputs.tag_name }}
|
|
||||||
upload_url: ${{ steps.release-please.outputs.upload_url }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v4
|
- uses: google-github-actions/release-please-action@v4
|
||||||
|
id: release-please
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
release-type: simple
|
||||||
package-name: release-please-action
|
package-name: release-please-action
|
||||||
prerelease: true
|
|
||||||
bump-minor-pre-major: true
|
|
Loading…
Reference in a new issue