Skip to content

Commit

Permalink
Merge pull request #111 from vinmassaro/develop
Browse files Browse the repository at this point in the history
fix: replace yalesites_profile version correctly
  • Loading branch information
vinmassaro authored Mar 19, 2024
2 parents f0bb0ff + 371bf2c commit fa4945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"files": [
"web/profiles/custom/yalesites_profile/yalesites_profile.info.yml"
],
"from": "#?version:",
"from": "#?version:.*",
"to": "version: ${nextRelease.version}",
"results": [
{
Expand All @@ -86,7 +86,7 @@
"assets": [
"web/profiles/custom/yalesites_profile/yalesites_profile.info.yml"
],
"message": "chore: bump yalesites_profile version to ${nextRelease.version}"
"message": "chore: bump yalesites_profile to ${nextRelease.version}"
}
],
[
Expand Down

0 comments on commit fa4945b

Please sign in to comment.