Skip to content

Commit

Permalink
prepare the 1.16.0rc0 release (#7673)
Browse files Browse the repository at this point in the history
### Problem

See https://www.pantsbuild.org/release.html#preparing-a-release-from-the-master-branch.

### Solution

- edit `VERSION`
- edit `master.rst`
- create `1.16.x.rst`
  - add `1.16.x` to pants.ini, docsite.json, the notes BUILD file
- update contributors (no new contributors)
  • Loading branch information
cosmicexplorer authored and stuhood committed May 8, 2019
1 parent 59bedd3 commit 9f3d6df
Show file tree
Hide file tree
Showing 6 changed files with 596 additions and 2 deletions.
1 change: 1 addition & 0 deletions pants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ branch_notes: {
'1.13.x': 'src/python/pants/notes/1.13.x.rst',
'1.14.x': 'src/python/pants/notes/1.14.x.rst',
'1.15.x': 'src/python/pants/notes/1.15.x.rst',
'1.16.x': 'src/python/pants/notes/1.16.x.rst',
}


Expand Down
2 changes: 2 additions & 0 deletions src/docs/docsite.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"notes-1.13.x": "dist/markdown/html/src/python/pants/notes/1.13.x.html",
"notes-1.14.x": "dist/markdown/html/src/python/pants/notes/1.14.x.html",
"notes-1.15.x": "dist/markdown/html/src/python/pants/notes/1.15.x.html",
"notes-1.16.x": "dist/markdown/html/src/python/pants/notes/1.16.x.html",
"notes-master": "dist/markdown/html/src/python/pants/notes/master.html",
"notes-master": "dist/markdown/html/src/python/pants/notes/master.html",
"orgs": "dist/markdown/html/src/docs/orgs.html",
Expand Down Expand Up @@ -196,6 +197,7 @@
},
{"collapsible_heading": "Release Notes",
"pages" : [
"notes-1.16.x",
"notes-1.15.x",
"notes-1.14.x",
"notes-1.13.x",
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0.dev4
1.16.0rc0
Loading

0 comments on commit 9f3d6df

Please sign in to comment.