Skip to content

Commit ce443f0

Browse files
gioscardaTobia Di Pisa
authored andcommitted
Fixing typos in dev guide docs (#3580)
1 parent f2ab91b commit ce443f0

2 files changed

Lines changed: 20 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# Change Log
22

3+
## [2019.01.00](https://github.com/geosolutions-it/MapStore2/tree/v2019.01.00) (2019-02-26)
4+
5+
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2018.02.01...v2019.01.00)**
6+
7+
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222019.01.00%22+is%3Aclosed+label%3Aenhancement)**
8+
9+
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222019.01.00%22+is%3Aclosed+label%3Abug)**
10+
11+
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222019.01.00%22+is%3Aclosed)**
12+
313
## [2018.02.01](https://github.com/geosolutions-it/MapStore2/tree/2018.02.01) (2018-11-16)
4-
14+
515
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/tv2018.02.00...v2018.02.01)**
616

717
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222018.02.01%22+is%3Aclosed+label%3Aenhancement)**
818

919
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222018.02.01%22+is%3Aclosed+label%3Abug)**
1020

1121
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222018.02.01%22+is%3Aclosed)**
12-
22+
1323
## [2018.02.00](https://github.com/geosolutions-it/MapStore2/tree/2018.02.00) (2018-09-11)
14-
24+
1525
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/tv2018.01.00...v2018.02.00)**
1626

1727
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222018.02.00%22+is%3Aclosed+label%3Aenhancement)**

docs/developer-guide/release.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Then you can check each entry on the GitHub issue when done until the release is
66
Add an entry in the changelog like this:
77
```
88
## [2018.02.00](https://github.com/geosolutions-it/MapStore2/tree/2018.02.00) (2018-09-11)
9-
9+
1010
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/tv2018.01.00...v2018.02.00)**
1111
1212
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222018.02.00%22+is%3Aclosed+label%3Aenhancement)**
@@ -16,9 +16,9 @@ Add an entry in the changelog like this:
1616
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222018.02.00%22+is%3Aclosed)**
1717
1818
```
19-
Replacing:
19+
Replacing:
2020
- replacing `2018.02.00` with branch name
21-
- with current release tag name `v2018.02.00`
21+
- with current release tag name `v2018.02.00`
2222
- `%222018.02.00%22` with the name of the milestone (`%22` are `"` in the URL to generate a filter like `milestone:"2018.02.00"`)
2323

2424
NOTE: we don't use github_changelog_generator anymore because it has some issues that may address issues to wrong milestone, accordingly to our current workflow.
@@ -28,24 +28,25 @@ NOTE: we don't use github_changelog_generator anymore because it has some issue
2828
- [ ] Create an issue with this checklist in the release milestone.
2929
- [ ] If major release (YYYY.XX.00), create a branch (**YYYY.XX.xx**) (`xx` is really `xx`, example: 2018.01.xx)
3030
- [ ] If major release,Change [QA Jenkins job](http://build.geo-solutions.it/jenkins/view/MapStore2/job/MapStore2-QA-Build/) to build the new branch, enable the job continuous deploy
31+
- [ ] create on [ReadTheDocs](https://readthedocs.org/projects/mapstore/) project the version build for `YYYY.XX.xx` (click on "Versions" and activate the version of the branch)
3132
- [ ] Test on QA [http://qa.mapstore2.geo-solutions.it/mapstore/](http://qa.mapstore2.geo-solutions.it/mapstore/)
3233
* Any fix must be done on **YYYY.XX.mm**. The fixes will be manually merged on master
3334
* Test **everything**, not only the new features
3435
- [ ] Test Binary
35-
- [ ] Update `CHANGELOG.md`. [Instructions](https://dev.mapstore2.geo-solutions.it/mapstore/docs/release)
36+
- [ ] Update `CHANGELOG.md`. [Instructions](https://mapstore.readthedocs.io/en/latest/developer-guide/release/#changelog-generation)
3637
- [ ] Commit the changelog to the release branch
3738
- [ ] Create a [github draft release](https://github.com/geosolutions-it/MapStore2/releases) pointing to the branch **YYYY.XX.mm**.
3839
> The Release name should follow be named YYYY.XX.mm where YYYY is the year, XX is the incremental number of the release for the current year (starting from 01) and the second number mm is an incremental value (starting from 00) to increment for minor releases. Insert the tag vYYYY.XX.mm (**notice the initial 'v' for the tag**) to create when the release is published. In the release description describe the major changes and link the Changelog paragraph.
39-
- [ ] Launch [MapStore-Releaser](http://build.geo-solutions.it/jenkins/job/MapStore2-Releaser/) Jenkins job setting up the correct name of the version and the branch to build (**and wait the end**). **Note:** Using the MapStore Releaser allows to write the correct version number into the binary packages.
40+
- [ ] Launch [MapStore2-Releaser](http://build.geo-solutions.it/jenkins/job/MapStore2-Releaser/) Jenkins job setting up the correct name of the version and the branch to build (**and wait the end**). **Note:** Using the MapStore2 Releaser allows to write the correct version number into the binary packages.
4041
- [ ] Get the [latest mapstore.war](http://build.geo-solutions.it/jenkins/view/MapStore2/job/MapStore2-Releaser/ws/web/target/mapstore.war) from the Releaser Jenkins build and upload it to github
4142
- [ ] Get the [latest mapstore2-YYYY.XX.mm-bin.zip](http://build.geo-solutions.it/jenkins/view/MapStore2/job/MapStore2-Releaser/ws/release/target/) from the Releaser Jenkins build and upload it to github
4243
> from the job [configuration page](http://build.geo-solutions.it/jenkins/view/MapStore2/job/MapStore2-Releaser/ws/) there is a link to access the job workspace to easily download the built WAR and binary package
4344
- [ ] Publish the release
45+
- [ ] create on [ReadTheDocs](https://readthedocs.org/projects/mapstore/) project the version build for `vYYYY.XX.mm` (click on "Versions" and activate the version of the tag, created when release was published)
4446
- [ ] Port needed commits to master branch (Changelog changes, docs changes...)
4547
- [ ] Create a blog post
4648
- [ ] Write to the mailing list about the current release news and the next release major changes
4749
- [ ] Update the release procedure if needed.
4850
- [ ] Close this issue
4951
- [ ] Close the related milestone
5052
```
51-

0 commit comments

Comments
 (0)