Skip to content

Commit

Permalink
chore: change scenario version
Browse files Browse the repository at this point in the history
  • Loading branch information
qvaleroo committed Oct 27, 2023
1 parent 54f7e3e commit 269069d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- develop
- chore/update-scenario-version

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.3"
"Scenario": "0.2.3"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
},
"dependencies": {
"release-please": "^15.13.0"
},
"version": "0.2.3"
}
}
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"Scenario": {
"changelog-path": "../CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
Expand Down

0 comments on commit 269069d

Please sign in to comment.