Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check website documentation on release #1161

Merged
merged 2 commits into from
Jun 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ curl -vvv -H "Authorization: Bearer $APPVEYOR_TOKEN" -XDELETE https://ci.appveyo

First, kickstart a CI release to Sonatype by pushing a git tag that correspond to the desired commit

```sh
git fetch && git log origin/master --pretty=oneline # choose the commit hash you want to tag
COMMIT_HASH=14a069a3765739f5540129e8220104b17f233020 # change this variable
VERSION=0.9.15 # change this variable
Expand Down Expand Up @@ -138,6 +139,10 @@ When scalafix and sbt-scalafix have both completed the release, edit the release
draft in the GitHub web UI to point to the tag that you pushed and then click on
"Publish release".

Confirm that the documentation is advertising the new versions
- https://scalacenter.github.io/scalafix/docs/users/installation.html#sbt
- https://scalacenter.github.io/scalafix/docs/users/installation.html#help

If everything went smoothly, congrats! Tweet about the release and comment with
`@/all` on Gitter linking to the release notes.

Expand Down