Skip to content

Commit

Permalink
ci(semrel): consolidating
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Mar 7, 2024
1 parent ec1365d commit bb6ca74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Semantic Release
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/git
uses: cycjimmy/semantic-release-action@v4
6 changes: 2 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"12",
"master"
],
"fail": ["@semantic-release/github"],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand All @@ -17,10 +16,9 @@
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
],
"publish": [ "@semantic-release/github" ],
"repositoryUrl": "https://github.com/rubencabrera/odoo-addons.git",
"tagFormat": "${version}",
"verifyConditions": [ "@semantic-release/github" ]
"tagFormat": "${version}"
}

0 comments on commit bb6ca74

Please sign in to comment.