Skip to content

Commit ad3a34f

Browse files
authored
Merge pull request #7 from nordeck/JOS-65
[JOS-65] add CODEOWNERS file
2 parents 067c4b3 + 073edac commit ad3a34f

File tree

5 files changed

+7
-72
lines changed

5 files changed

+7
-72
lines changed

.github/CODEOWNERS

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file registers ownership for the code.
2+
# Review from a member of the corresponding code owner is required to merge pull requests.
3+
#
4+
# The last matching pattern takes precedence.
5+
# https://help.github.com/articles/about-codeowners/
6+
7+
* @nordeck/jitsi

.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)