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

Correct versions in release drafter template #11015

Merged
merged 1 commit into from
Nov 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/release-drafter-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ template: |
* sbt-native-packager x.x.x
* TODO...

As usual, you can see the more details of those new features in the [release highlights](https://www.playframework.com/documentation/$MAJOR.$MINOR.x/Highlights$MAJOR$MINOR) and learn how to migrate in [our migration guide](https://www.playframework.com/documentation/$MAJOR.$MINOR.x/Migration$MAJOR$MINOR).
As usual, you can see the more details of those new features in the [release highlights](https://www.playframework.com/documentation/$NEXT_MINOR_VERSION_MAJOR.$NEXT_MINOR_VERSION_MINOR.x/Highlights$NEXT_MINOR_VERSION_MAJOR$NEXT_MINOR_VERSION_MINOR) and learn how to migrate in [our migration guide](https://www.playframework.com/documentation/$NEXT_MINOR_VERSION_MAJOR.$NEXT_MINOR_VERSION_MINOR.x/Migration$NEXT_MINOR_VERSION_MAJOR$NEXT_MINOR_VERSION_MINOR).

## :world_map: How to start or migrate to Play $MAJOR.$MINOR
## :world_map: How to start or migrate to Play $NEXT_MINOR_VERSION_MAJOR.$NEXT_MINOR_VERSION_MINOR

To get started with Play, follow the instructions in our [Getting Started page](https://www.playframework.com/getting-started). And if you need to migrate from an older version to Play $MAJOR.$MINOR, see [our migration guide](https://www.playframework.com/documentation/$MAJOR.$MINOR.x/Migration$MAJOR$MINOR).
To get started with Play, follow the instructions in our [Getting Started page](https://www.playframework.com/getting-started). And if you need to migrate from an older version to Play $NEXT_MINOR_VERSION_MAJOR.$NEXT_MINOR_VERSION_MINOR, see [our migration guide](https://www.playframework.com/documentation/$NEXT_MINOR_VERSION_MAJOR.$NEXT_MINOR_VERSION_MINOR.x/Migration$NEXT_MINOR_VERSION_MAJOR$NEXT_MINOR_VERSION_MINOR).

## :bow: Thanks to our contributors

Expand Down