Skip to content

Commit

Permalink
use new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 13, 2024
1 parent 54aebf7 commit a32db11
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
main:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/backend.yaml@main
uses: ocadotechnology/codeforlife-workspace/.github/workflows/backend.yaml@contributor-backend-31 # TODO: set to @main
secrets: inherit
21 changes: 21 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branches": ["contributor-backend-31"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": ["CHANGELOG.md"]
}
]
]
}

0 comments on commit a32db11

Please sign in to comment.