mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
chore: add support for release-please (#165)
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
name: Create Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release-please:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: google-github-actions/release-please-action@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }}
|
||||||
|
command: manifest
|
||||||
|
default-branch: main
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{".":"1.3.0"}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"bump-minor-pre-major": true,
|
||||||
|
"bump-patch-for-minor-pre-major": true,
|
||||||
|
"draft-pull-request": true,
|
||||||
|
"prerelease": true,
|
||||||
|
"include-component-in-tag": false,
|
||||||
|
"include-v-in-tag": true,
|
||||||
|
"pull-request-title-pattern": "chore: release ${version}",
|
||||||
|
"packages": {
|
||||||
|
".": {
|
||||||
|
"release-type": "node"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user