Skip to content

Commit

Permalink
fix(package & releaserc): semantic release bump to 22.0.5 and node to…
Browse files Browse the repository at this point in the history
… latest & gulp release plugin

Updated package.json semantic-release version to 22.0.5 and node to latest, integrated gulp plugin
to publish releases on teams channel and replaced conveyal/maven-semantic-release with
terrestris/maven-semantic-release
  • Loading branch information
AsifNawaz-cnic committed Oct 6, 2023
1 parent 2cc551d commit ba84322
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@
"prepareCmd": "./updateVersion.sh ${nextRelease.version}",
"successCmd": "gulp publish --notes \"${encodeURIComponent(nextRelease.notes)}\""
}
"prepareCmd": "./updateVersion.sh ${nextRelease.version}",
"successCmd": "gulp publish --notes \"${encodeURIComponent(nextRelease.notes)}\""
}
],
[
"@terrestris/maven-semantic-release",
{
"mavenTarget": "deploy",
"settingsPath": "maven-settings.xml"
"settingsPath": "maven-settings.xml",
"debug": true
}
],
[
Expand Down

0 comments on commit ba84322

Please sign in to comment.