-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'Reset Visual Studio Code extension version number after release'
See gh-142
- Loading branch information
Showing
2 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ fi | |
echo "Staging ${stageVersion} (next version will be ${nextVersion})" | ||
run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false | ||
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata | ||
run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension antrun:run@update-version | ||
run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P '!formatter-dependencies' antrun:run@update-version | ||
|
||
git config user.name "Spring Builds" > /dev/null | ||
git config user.email "[email protected]" > /dev/null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters