File tree 5 files changed +7
-125
lines changed
5 files changed +7
-125
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- pull_request :
8
7
9
8
env :
10
9
DOCKER_IMAGE : ghcr.io/nordeck/ovc-frontend
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - ' [0-9].x'
8
- - ' [0-9].[0-9]+.x'
9
- pull_request :
10
7
11
8
env :
12
9
DOCKER_IMAGE : ghcr.io/nordeck/ovc-frontend
Original file line number Diff line number Diff line change 5
5
"plugins": [
6
6
"@semantic-release/commit-analyzer",
7
7
"@semantic-release/release-notes-generator",
8
- [
9
- "@semantic-release/changelog",
10
- {
11
- "changelogFile": "CHANGELOG.md",
12
- "changelogTitle": "# Changelog"
13
- }
14
- ],
15
8
"@semantic-release/npm",
16
9
["@semantic-release/exec", {
17
10
"publishCmd": "echo RELEASE_VERSION=${nextRelease.version} >> $GITHUB_OUTPUT"
18
11
}],
19
- [
20
- "@semantic-release/git",
21
- {
22
- "message":
23
- "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
24
- }
25
- ],
26
12
[
27
13
"@semantic-release/github",
28
14
{
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments