Skip to content

Commit

Permalink
Replace links from Metals to Scala Syntax
Browse files Browse the repository at this point in the history
Some of the markup was copy-pasted from the metals-vscode extension.
  • Loading branch information
olafurpg committed May 2, 2019
1 parent bc2fa54 commit f302051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

This document explains the developer workflow for making changes to the
[Metals extension](https://marketplace.visualstudio.com/items?itemName=scalameta.metals)
[Scala Syntax (official) extension](https://marketplace.visualstudio.com/items?itemName=scala-lang.scala)
for Visual Studio Code.

## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion bin/ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ -n "$DEPLOY_KEY" ]]; then
fi
git checkout -b travis-temp
yarn version --no-git-tag-version --new-version $NEW_VERSION
yarn github-changes -o scalameta -r metals-vscode --no-merges -t "VSCode Extension Changelog" -k $GITHUB_TOKEN
yarn github-changes -o scala -r vscode-scala-syntax --no-merges -t "Scala Syntax (official) Changelog" -k $GITHUB_TOKEN
git commit -am "Update release notes for $TRAVIS_TAG"
git push origin HEAD:master

Expand Down

0 comments on commit f302051

Please sign in to comment.