Skip to content

Commit

Permalink
Make the creation of a GitHub release a part of the release process fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jul 22, 2021
1 parent 17d64d1 commit 7ecfd4e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,27 @@ $ svn add --force .
$ svn commit -m "Apache Camel Quarkus $VERSION released artifacts"
----

== Create a GitHub release

This will trigger sending a notification to folks watching the Camel Quarkus github repository,
so it should ideally happen once the newly released artifacts are available on https://repo1.maven.org/maven2/org/apache/camel/quarkus/camel-quarkus-bom/[Maven Central].

The following needs to be done:

* Go to https://github.com/apache/camel-quarkus/releases[https://github.com/apache/camel-quarkus/releases].
* Click the tag you want to promote to a GitHub release
* Click "Edit Tag" button
* In the "New release" form:
* Leave "Release title" empty
* Add something meaningful to the description, e.g. something like
+
[source,markdown]
----
Check the full [release announcement](https://camel.apache.org/blog/2021/06/camel-quarkus-release-2.0.0/)
----
+
* Click the green "Publish release" button at the bottom

== Further steps

In addition to the above, the following is needed:
Expand Down

0 comments on commit 7ecfd4e

Please sign in to comment.