Skip to content

Commit

Permalink
ci: updates .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelErpi committed Oct 31, 2023
1 parent 39b185c commit ae348c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"replacements": [
{
"files": ["src/main/resources/application.yml"],
"from": "version: .*",
"from": "$version: .*",
"to": "version: ${nextRelease.version}",
"results": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app:
version: 1.0.0
enableCheckDigitConversion: 1.0.0
enableCheckDigitConversion: ${CHECK_DIGIT_CONVERSION:false}

fhir:
extensions:
Expand Down

0 comments on commit ae348c5

Please sign in to comment.