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

Fix the staging repository template name in the release procedure #6386

Merged
merged 1 commit into from
Aug 26, 2024
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
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mvn deploy -Dapache-release -DskipTests -Denforcer.skip -Dquarkus.build.skip -Df

* Login to the https://repository.apache.org[Apache staging repository] using your Apache LDAP credentials.
* Click on `Staging Repositories`
* Then select `org.apache.camel-quarkus-xxx` in the list of repositories, where `xxx` represents your `username` and `ip`
* Then select `orgapachecamel-xxxx` in the list of repositories, where `xxxx` represents the staging repository number
* Click `Close` on the toolbar above
* This will close the repository from future deployments and make it available for others to view
* After that, a popup window is created, enter the name and version of the artifact being released in the `Description` field and finally click `Close`
Expand Down Expand Up @@ -197,7 +197,7 @@ For instance, one could search mail with subject:

* Login to the https://repository.apache.org[Apache staging repository] using your Apache LDAP credentials.
* Click on `Staging Repositories`
* Then select `org.apache.camel-quarkus-xxx` in the list of repositories, where `xxx` represents your `username` and `ip`
* Then select `orgapachecamel-xxxx` in the list of repositories, where `xxxx` represents the staging repository number
* Click `Release` on the toolbar above
* This will release the repository and make artifacts generally available
* After that, a popup window is created, click `Close`
Expand Down