Skip to content

Commit 452057c

Browse files
authored
Set version to 1.2.0 (#2362)
1 parent 32eb2e6 commit 452057c

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## UNRELEASED
6+
## Version [v1.2.0] - 2023-11-29
77

88
### Changed
99

@@ -1289,6 +1289,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12891289
[v1.1.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.1.0
12901290
[v1.1.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.1.1
12911291
[v1.1.2]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.1.2
1292+
[v1.2.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.2.0
12921293
[#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
12931294
[#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
12941295
[#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Documenter"
22
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
version = "1.1.2"
3+
version = "1.2.0"
44

55
[deps]
66
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"

docs/src/checklists.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,21 @@ In preparation for a release, use the following checklist. These steps should be
1313
## Pre-release
1414
1515
- [ ] Change the version number in `Project.toml`
16-
* If the release is breaking, increment MAJOR
17-
* If the release adds a new user-visible feature, increment MINOR
18-
* Otherwise (bug-fixes, documentation improvements), increment PATCH
19-
- [ ] Update `CHANGELOG.md`, following the existing style (in particular, make
20-
sure that the change log for this version has the correct version number
21-
and date).
22-
- [ ] Run `make changelog`, to make sure that all the issue references in
23-
`CHANGELOG.md` are up to date.
16+
* If the release is breaking, increment MAJOR
17+
* If the release adds a new user-visible feature, increment MINOR
18+
* Otherwise (bug-fixes, documentation improvements), increment PATCH
19+
- [ ] Update `CHANGELOG.md`, following the existing style (in particular, make sure that the change log for this version has the correct version number and date).
20+
- [ ] Run `make changelog`, to make sure that all the issue references in `CHANGELOG.md` are up to date.
2421
- [ ] Check that the commit messages in this PR do not contain `[ci skip]`
2522
2623
## The release
2724
2825
- [ ] After merging the pull request, tag the release. There are two options for this:
2926
30-
1. [Comment `[at]JuliaRegistrator register` on the GitHub commit.](https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app)
31-
2. Use [JuliaHub's package registration feature](https://help.juliahub.com/juliahub/stable/contribute/#registrator) to trigger the registration.
27+
1. [Comment `[at]JuliaRegistrator register` on the GitHub commit.](https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app)
28+
2. Use [JuliaHub's package registration feature](https://help.juliahub.com/juliahub/stable/contribute/#registrator) to trigger the registration.
3229
3330
Either of those should automatically publish a new version to the Julia registry.
34-
Once registered, the `TagBot.yml` workflow should create a tag, and rebuild the
35-
documentation for this tag. These steps can take quite a bit of time (1
36-
hour or more), so don't be surprised if the new documentation takes a
37-
while to appear.
31+
- Once registered, the `TagBot.yml` workflow should create a tag, and rebuild the documentation for this tag.
32+
- These steps can take quite a bit of time (1 hour or more), so don't be surprised if the new documentation takes a while to appear.
3833
````

0 commit comments

Comments
 (0)