Skip to content

Commit

Permalink
ci: 🚀 add release please github action workflow (#40)
Browse files Browse the repository at this point in the history
Closes #39
  • Loading branch information
jeresoftx authored Sep 11, 2023
1 parent 0d970ba commit ad6d1d3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
25 changes: 0 additions & 25 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"bun-types": "latest"
},
"scripts": {
"docsify:dev": "docsify serve docs --open",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "bun run changelog && git add CHANGELOG.md && git commit -m 'chore: update changelog'"
"docsify:dev": "docsify serve docs --open"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit ad6d1d3

Please sign in to comment.