Skip to content

Commit

Permalink
feat: add release-please to github (#122)
Browse files Browse the repository at this point in the history
adds release-please to github to manage changelog and version incrementing
  • Loading branch information
KayBeSee authored Dec 7, 2022
1 parent 45a059b commit a2f7bc5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"version": "1.2.0",
"name": "lily-monorepo",
"name": "lily-wallet",
"author": "Lily Technologies, Inc. <help@lily-wallet.com> (https://lily-wallet.com)",
"description": "Lily is the best way to secure your Bitcoin",
"license": "Custom",
Expand Down
18 changes: 18 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"release-as": "1.3.0",
"group-pull-request-title-pattern": "chore: release v${version}",
"packages": {
".": {},
"apps/electron": {
"release-as": "1.3.0"
},
"apps/express": { "release-as": "1.3.0" },
"apps/frontend": { "release-as": "1.3.0" },
"packages/shared-server": { "release-as": "1.3.0" },
"packages/types": { "release-as": "1.3.0" }
},
"bootstrap-sha": "c7d2141ab4887fdf9f3849afab59db2b4f9a0535",
"last-release-sha": "c7d2141ab4887fdf9f3849afab59db2b4f9a0535",
"plugins": [{ "type": "node-workspace", "merge": false }],
"release-type": "node"
}

0 comments on commit a2f7bc5

Please sign in to comment.