Skip to content

Commit e020201

Browse files
Merge pull request #124 from heygaia/patch-security-contributing-release
chore(ci): Update release workflow for master branch and add release manifest
2 parents 2ca2c19 + 0acd0c5 commit e020201

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Please
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
workflow_dispatch:
88

99
permissions:
@@ -17,5 +17,4 @@ jobs:
1717
- uses: googleapis/release-please-action@v4
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
release-type: simple
21-
config-file: .github/release-please-config.json
20+
config-file: .release-please-config.json

.release-please-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"backend": "0.1.0-beta",
3+
"frontend": "0.1.0-beta"
4+
}

0 commit comments

Comments
 (0)