Skip to content

Commit

Permalink
Upgrade to Documenter v1 (#521)
Browse files Browse the repository at this point in the history
* Upgrade to Documenter v1

* Update make.jl

* Update Project.toml

---------

Co-authored-by: Eric Hanson <[email protected]>
  • Loading branch information
DilumAluthge and ericphanson authored Jan 30, 2024
1 parent 01458cf commit 1f73987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
RegistryCI = "0c95cc5f-2f7e-43fe-82dd-79dbcba86b32"

[compat]
Documenter = "< 1"
Documenter = "1"
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DocMeta.setdocmeta!(RegistryCI, :DocTestSetup, :(using RegistryCI); recursive=tr
makedocs(;
modules=[RegistryCI],
authors="Dilum Aluthge <[email protected]>, Fredrik Ekre <[email protected]>, contributors",
repo="https://github.com/JuliaRegistries/RegistryCI.jl/blob/{commit}{path}#{line}",
repo=Remotes.GitHub("JuliaRegistries", "RegistryCI.jl"),
sitename="RegistryCI.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
Expand All @@ -21,7 +21,6 @@ makedocs(;
"Public API" => "public.md",
"Internals (Private)" => "internals.md",
],
strict=true,
)

deploydocs(; repo="github.com/JuliaRegistries/RegistryCI.jl", push_preview=false)

2 comments on commit 1f73987

@ericphanson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Turn off stdlib compat requirement (#540)
  • Adds label-reading support for author-approval workflow (#539) and overriding the name similarity check (#536)

@JuliaRegistrator
Copy link

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/99807

Tagging

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:

git tag -a v10.0.0 -m "<description of version>" 1f7398711bbb4cb419dab29e4a4de0c67640668a
git push origin v10.0.0

Please sign in to comment.