File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Contributing
22
33This document explains the developer workflow for making changes to the
4- [ Metals extension] ( https://marketplace.visualstudio.com/items?itemName=scalameta.metals )
4+ [ Scala Syntax (official) extension] ( https://marketplace.visualstudio.com/items?itemName=scala-lang.scala )
55for Visual Studio Code.
66
77## Prerequisites
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [[ -n "$DEPLOY_KEY" ]]; then
2727fi
2828git checkout -b travis-temp
2929yarn version --no-git-tag-version --new-version $NEW_VERSION
30- yarn github-changes -o scalameta -r metals- vscode --no-merges -t " VSCode Extension Changelog" -k $GITHUB_TOKEN
30+ yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t " Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
3131git commit -am " Update release notes for $TRAVIS_TAG "
3232git push origin HEAD:master
3333
You can’t perform that action at this time.
0 commit comments