Skip to content

Commit

Permalink
chore: move configuration to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Sep 12, 2023
1 parent 8df49d4 commit 0567a60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Release

on:
push:
branches:
Expand All @@ -9,6 +7,7 @@ permissions:
contents: write
pull-requests: write

name: Release
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -26,12 +25,9 @@ jobs:
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-v-in-tag: false
package-name: obsidian-modal-form
extra-files: |
manifest.json
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
- name: Sync version with manifest and versions.json
run: node version-bump.mjs
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
8 changes: 5 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"packages": {
".": {}
}
"release-type": "node",
"include-v-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit 0567a60

Please sign in to comment.