Skip to content

Commit

Permalink
feat: allow semantic release to force push
Browse files Browse the repository at this point in the history
  • Loading branch information
OtaconnSHGR committed Feb 27, 2025
1 parent bb991ae commit 8d01216
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 33 deletions.
7 changes: 5 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ branches:
strict: true
contexts: []
restrictions:
apps: []
users: []
apps:
- semantic-release
users:
- github-actions
teams: []

repository:
# The description of the repository
# yamllint disable-line rule:line-length
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0

- name: Configure Git
Expand Down
12 changes: 1 addition & 11 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
]
}
]
"@semantic-release/github"
]
}
20 changes: 0 additions & 20 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 8d01216

Please sign in to comment.