-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
405: Auto-generate the documentation page with the list of AutoMerge guidelines r=DilumAluthge,ericphanson,GunnarFarneback a=DilumAluthge Currently, we duplicate a lot of this information. For example, the guidelines themselves are defined in the source code of the `RegistryCI.jl` package (specifically in the `RegistryCI.AutoMerge` submodule), but the documentation of the guidelines is in the [General registry README](https://github.com/JuliaRegistries/General/blob/master/README.md). With this PR, I attempt to implement the [don't repeat yourself (DRY)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) principle by centralizing the definition of the guidelines and their documentation into a single place, specifically the AutoMerge source code, which is now the single source of truth. Then, we use the AutoMerge source code to auto-generate a documentation page that has the list of AutoMerge guidelines. Once this PR is merged and a new version of RegistryCI has been tagged, we can remove the list of AutoMerge guidelines from the [General registry README](https://github.com/JuliaRegistries/General/blob/master/README.md) and replace it with a link to the appropriate RegistryCI.jl documentation page. Co-authored-by: Dilum Aluthge <[email protected]>
- Loading branch information
Showing
13 changed files
with
400 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "RegistryCI" | ||
uuid = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32" | ||
authors = ["Dilum Aluthge <[email protected]>", "Fredrik Ekre <[email protected]>", "contributors"] | ||
version = "7.0.2" | ||
version = "7.1.0" | ||
|
||
[deps] | ||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ makedocs(; | |
|
||
deploydocs(; | ||
repo="github.com/JuliaRegistries/RegistryCI.jl", | ||
push_preview=false, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4a546b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
4a546b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/36868
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: