Skip to content

Commit

Permalink
fix: bump version, token, filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 17, 2024
1 parent 37891b5 commit 4c805c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ changelog:
labels:
- ignore-for-release
- no-changelog

authors:
- pre-commit-ci[bot]
- pre-commit-ci
categories:
- title: Breaking Changes 🛠
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
# optional. customize path to .release-please-config.json
config-file: .release-please-config.json
# Currently releases are done "from main" to have a stable branch
Expand Down
4 changes: 3 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
".": "0.4.10"
}

0 comments on commit 4c805c4

Please sign in to comment.