Skip to content

Commit

Permalink
Merge pull request #7 from nordeck/JOS-65
Browse files Browse the repository at this point in the history
[JOS-65] add CODEOWNERS file
  • Loading branch information
segnord authored Mar 5, 2025
2 parents 067c4b3 + 073edac commit ad3a34f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 72 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file registers ownership for the code.
# Review from a member of the corresponding code owner is required to merge pull requests.
#
# The last matching pattern takes precedence.
# https://help.github.com/articles/about-codeowners/

* @nordeck/jitsi
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
- '[0-9].x'
- '[0-9].[0-9]+.x'

env:
DOCKER_IMAGE: ghcr.io/nordeck/ovc-backend
Expand Down
15 changes: 0 additions & 15 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,10 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Changelog"
}
],
["@semantic-release/exec", {
"prepareCmd": "yq --inplace -p=xml -o=xml '.project += { \"version\" : \"${nextRelease.version}\" }' pom.xml ",
"publishCmd": "echo RELEASE_VERSION=${nextRelease.version} >> $GITHUB_OUTPUT"
}],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "pom.xml"],
"message":
"chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
Expand Down
53 changes: 0 additions & 53 deletions CHANGELOG.md

This file was deleted.

0 comments on commit ad3a34f

Please sign in to comment.