You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the `jandex` project relies on a GitHub action to create its release.
3
+
The Jandex project relies on GitHub Actions to create a release.
4
4
5
-
# Create a PR to prepare the release
5
+
##Create a PR to prepare the release
6
6
7
7
By convention, use a branch named `release-<x.y.z>` where `x.y.z` is the version that is about to be released.
8
8
9
9
The PR should only contain changes to the `.github/project.yml` file and specifies the version to release, and the next version to set in the POM (with a trailing `-SNAPSHOT`).
10
10
11
-
This PR must be pushed to the [`smallrye/jandex`](https://github.com/smallrye/jandex) repository. Pushing it to a fork will not create a release.
11
+
This PR must be pushed to the [`smallrye/jandex`](https://github.com/smallrye/jandex) repository.
12
+
Pushing it to a fork will not create a release.
12
13
13
14
Once this PR is opened, it will check that it can be used to create a release.
14
15
15
-
Once merged, a GitHub action will update the project and and perform the release to deploy the artifacts in [Maven Central](https://repo1.maven.org/maven2/io/smallrye/jandex/).
16
+
Once merged, GitHub Actions will update the project and perform the release to deploy the artifacts in [Maven Central](https://repo1.maven.org/maven2/io/smallrye/jandex/).
16
17
17
18
The GitHub action also creates [Release Notes](https://github.com/smallrye/jandex/releases) corresponding to the new tag.
19
+
20
+
## More information
21
+
22
+
There is more information about the release process in the [Release Process wiki page](https://github.com/smallrye/smallrye/wiki/Release-Process).
0 commit comments