Skip to content

Commit e68beff

Browse files
authored
Merge pull request #49 from nordeck/JOS-65
Create CODEOWNERS
2 parents 46c0c23 + 41dd193 commit e68beff

File tree

5 files changed

+7
-125
lines changed

5 files changed

+7
-125
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/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
87

98
env:
109
DOCKER_IMAGE: ghcr.io/nordeck/ovc-frontend

.github/workflows/release.yaml

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

118
env:
129
DOCKER_IMAGE: ghcr.io/nordeck/ovc-frontend

.releaserc

-14
Original file line numberDiff line numberDiff line change
@@ -5,24 +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/npm",
169
["@semantic-release/exec", {
1710
"publishCmd": "echo RELEASE_VERSION=${nextRelease.version} >> $GITHUB_OUTPUT"
1811
}],
19-
[
20-
"@semantic-release/git",
21-
{
22-
"message":
23-
"chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
24-
}
25-
],
2612
[
2713
"@semantic-release/github",
2814
{

CHANGELOG.md

-107
This file was deleted.

0 commit comments

Comments
 (0)