Skip to content

Commit

Permalink
chore: update release config for v15
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkrishna619 committed Feb 16, 2024
1 parent f1a5789 commit 7f86571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
repo: health
title: |-
"chore: release v${{ matrix.version }}"
body: "Automated beta release."
body: "Automated release."
base: version-${{ matrix.version }}
head: version-${{ matrix.version }}-hotfix
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- version-14
- version-15
jobs:
release:
name: Release
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["version-14"],
"branches": ["version-15"],
"plugins": [
"@semantic-release/commit-analyzer", {
"preset": "angular",
Expand All @@ -10,7 +10,7 @@
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec", {
"prepareCmd": 'sed -ir "s/[0-9]*\.[0-9]*\.[0-9]*/${nextRelease.version}/" healthcare/__init__.py'
"prepareCmd": 'sed -ir -E "s/\"[0-9]+\.[0-9]+\.[0-9]+\"/\"${nextRelease.version}\"/" healthcare/__init__.py'
}
],
[
Expand Down

0 comments on commit 7f86571

Please sign in to comment.