We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50a6a0a + 6270f43 commit d36946aCopy full SHA for d36946a
.github/workflows/release.yml
@@ -23,13 +23,6 @@ jobs:
23
with:
24
fetch-depth: 0
25
26
- - uses: actions/setup-node@v4
27
- with:
28
- node-version: 20
29
-
30
- - name: Install extra plugins
31
- run: npm install -g conventional-changelog-conventionalcommits
32
33
- name: Semantic Release
34
id: semantic-release
35
uses: cycjimmy/semantic-release-action@v4
release.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
[
5
"@semantic-release/commit-analyzer",
6
{
7
- preset: "conventionalcommits",
+ preset: "angular",
8
releaseRules: [
9
{ type: "build", release: "minor" },
10
{ type: "chore", release: "minor" },
0 commit comments