Skip to content

Commit

Permalink
ci: Fix release cycle, remove unnecessary scope rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Jan 20, 2025
1 parent ba84c9d commit 7af48e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v2

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --no-daemon

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
11 changes: 5 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
}
],
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/commit-analyzer", {
"releaseRules": [
{ "type": "build", "scope": "Needs bump", "release": "patch" }
]
"@semantic-release/exec",
{
"prepareCmd": "./gradlew build --no-daemon"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"gradle-semantic-release-plugin",
[
"@semantic-release/git",
Expand Down

0 comments on commit 7af48e9

Please # to comment.