Skip to content

Commit

Permalink
Fix 91-developer.md (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
clizbe authored Nov 4, 2024
1 parent f27f85e commit 4ea7e50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/91-developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,30 +441,30 @@ See the file <benchmark/profiling.jl> for an example of profiling code.
When publishing a new version of the model to the Julia Registry, follow this procedure:
> **Note:**
> To be able to register, you need to be a member of the organisation TulipaEnergy and have your visibility set to public:
> To be able to register, you need to be a member of the organisation TulipaEnergy and have your visibility set to public:<br>
> ![Screenshot of public members of TulipaEnergy on GitHub](./images/PublicMember.png)
1. Click on the `Project.toml` file on GitHub.
2. Edit the file and change the version number according to [semantic versioning](https://semver.org/): Major.Minor.Patch
1. Edit the file and change the version number according to [semantic versioning](https://semver.org/): Major.Minor.Patch<br>
![Screenshot of editing Project.toml on GitHub](./images/UpdateVersion.png)
3. Commit the changes in a new branch and open a pull request. Change the commit message according to the version number.
1. Commit the changes in a new branch and open a pull request. Change the commit message according to the version number.<br>
![Screenshot of PR with commit message "Release 0.6.1"](./images/CommitMessage.png)
4. Create the pull request and squash & merge it after the review and testing process. Delete the branch after the squash and merge.
1. Create the pull request and squash & merge it after the review and testing process. Delete the branch after the squash and merge.<br>
![Screenshot of full PR template on GitHub](./images/PullRequest.png)
5. Go to the main page of repo and click in the commit.
1. Go to the main page of repo and click in the commit.<br>
![Screenshot of how to access commit on GitHub](./images/AccessCommit.png)
6. Add the following comment to the commit: `@JuliaRegistrator register`
1. Add the following comment to the commit: `@JuliaRegistrator register`<br>
![Screenshot of calling JuliaRegistrator in commit comments](./images/JuliaRegistrator.png)
7. The bot should start the registration process.
1. The bot should start the registration process.<br>
![Screenshot of JuliaRegistrator bot message](./images/BotProcess.png)
8. After approval, the bot will take care of the PR at the Julia Registry and automatically create the release for the new version.
1. After approval, the bot will take care of the PR at the Julia Registry and automatically create the release for the new version.<br>
![Screenshot of new version on registry](./images/NewRelease.png)
Thank you for helping make frequent releases!
Expand Down

0 comments on commit 4ea7e50

Please sign in to comment.