Skip to content

Commit 073edac

Browse files
committed
fix(ci): removed CHANGELOG.md
1 parent 34d6a7f commit 073edac

File tree

4 files changed

+0
-72
lines changed

4 files changed

+0
-72
lines changed

.github/workflows/maven.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ name: Java CI with Maven
1111
on:
1212
push:
1313
branches: [ "main" ]
14-
pull_request:
15-
branches: [ "main" ]
1614

1715
jobs:
1816
build:

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- '[0-9].x'
8-
- '[0-9].[0-9]+.x'
97

108
env:
119
DOCKER_IMAGE: ghcr.io/nordeck/ovc-backend

.releaserc

-15
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,10 @@
55
"plugins": [
66
"@semantic-release/commit-analyzer",
77
"@semantic-release/release-notes-generator",
8-
[
9-
"@semantic-release/changelog",
10-
{
11-
"changelogFile": "CHANGELOG.md",
12-
"changelogTitle": "# Changelog"
13-
}
14-
],
158
["@semantic-release/exec", {
169
"prepareCmd": "yq --inplace -p=xml -o=xml '.project += { \"version\" : \"${nextRelease.version}\" }' pom.xml ",
1710
"publishCmd": "echo RELEASE_VERSION=${nextRelease.version} >> $GITHUB_OUTPUT"
1811
}],
19-
[
20-
"@semantic-release/git",
21-
{
22-
"assets": ["CHANGELOG.md", "pom.xml"],
23-
"message":
24-
"chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
25-
}
26-
],
2712
[
2813
"@semantic-release/github",
2914
{

CHANGELOG.md

-53
This file was deleted.

0 commit comments

Comments
 (0)