Skip to content

Commit

Permalink
more HOWTORELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 5, 2018
1 parent f3fdbb5 commit 11dcf3b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions HOWTORELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Release Process

- doc/download.rst point to new release

- appveyor.yml

- Make and push new release branch

::
Expand All @@ -45,8 +47,18 @@ Release Process
- Make DockerHub build entry for new release branch.


2) Update README to include any relevant info about the release that
might have changed.
2) Write and update release notes. Use the PDAL "releases" section to create one.
Write the document in Markdown for convenience on GitHub.

- Manually store a copy of it in ./doc/development/release-notes/1.7.0.md
for future reference.

- Convert it to reStructuredText using pandoc and add the output to the
RELEASENOTES.txt document

::

pandoc --from markdown --to rst --output=1.7.rst doc/development/release-notes/1.7.0.md

3) Update ChangeLog with git2cl

Expand Down

0 comments on commit 11dcf3b

Please sign in to comment.