Skip to content

Commit

Permalink
fix: use manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent 41fa8b5 commit ae03f84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- name: Create Release
uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: simple
- name: Build Package
run: |
mise run pull-schema
Expand Down
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"release-type": "simple"
"packages": {
".": {
"package-name": "biome-pkl",
"include-v-in-tag": false,
"tag-separator": "@"
},
}
}

0 comments on commit ae03f84

Please sign in to comment.