Skip to content

Commit

Permalink
Document how to pass parts of release announcement to Quarkus team
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Oct 6, 2021
1 parent f8604b5 commit 93551c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ cd generated-platform-project/quarkus-camel/integration-tests
mvn clean test
----
+
* If all tests are passing, send a pull request to the Platform
* If all tests are passing, send a pull request to the Platform.
If there are some new features, fixes, etc. in the release that would be worth to mention in the upcoming Quarkus announcement,
you can tag the pull request with `release/noteworthy-feature` label and provide a short text about those features in the PR description.


== Create a GitHub release

Expand Down

0 comments on commit 93551c7

Please sign in to comment.