mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-12 09:43:44 +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:
|
||||
push:
|
||||
branches:
|
||||
|
@ -7,19 +6,18 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: write
|
||||
checks: write
|
||||
actions: read
|
||||
packages: write
|
||||
pull-requests: write
|
||||
|
||||
name: Generate Changelog
|
||||
jobs:
|
||||
release-please:
|
||||
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:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
id: release-please
|
||||
with:
|
||||
release-type: simple
|
||||
package-name: release-please-action
|
||||
prerelease: true
|
||||
bump-minor-pre-major: true
|
Loading…
Reference in a new issue