Skip to content

Commit

Permalink
ci: change release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Nov 16, 2023
1 parent 57dea69 commit d0a7441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate Semantic Release
on:
push:
branches:
- version-14
- version-15
jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit d0a7441

Please sign in to comment.