Skip to content

Commit f302051

Browse files
committed
Replace links from Metals to Scala Syntax
Some of the markup was copy-pasted from the metals-vscode extension.
1 parent bc2fa54 commit f302051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
This 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)
55
for Visual Studio Code.
66

77
## Prerequisites

bin/ci-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ -n "$DEPLOY_KEY" ]]; then
2727
fi
2828
git checkout -b travis-temp
2929
yarn 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
3131
git commit -am "Update release notes for $TRAVIS_TAG"
3232
git push origin HEAD:master
3333

0 commit comments

Comments
 (0)