Update release script and doc

This commit is contained in:
Clément Fournier 2018-08-18 17:39:29 +02:00
parent 53b2b288ac
commit 3cf456dbfa
3 changed files with 7 additions and 13 deletions

View File

@ -149,12 +149,7 @@ The PMD team is pleased to announce PMD {{ site.pmd.version }}.
This is a {{ site.pmd.release_type }} release.
### Table Of Contents
* [New and noteworthy](#new-and-noteworthy)
* [Fixed Issues](#fixed-issues)
* [API Changes](#api-changes)
* [External Contributions](#external-contributions)
{% tocmaker %}
### New and noteworthy
@ -164,6 +159,8 @@ This is a {{ site.pmd.release_type }} release.
### External Contributions
{% endtocmaker %}
EOF
git commit -a -m "Prepare next development version"

View File

@ -48,4 +48,4 @@ class TocMakerBlock < Liquid::Block
end
Liquid::Template.register_tag('tocmaker', TocMakerBlock)
Liquid::Template.register_tag('tocmaker', TocMakerBlock)

View File

@ -151,12 +151,7 @@ The PMD team is pleased to announce PMD {{ site.pmd.version }}.
This is a {{ site.pmd.release_type }} release.
### Table Of Contents
* [New and noteworthy](#new-and-noteworthy)
* [Fixed Issues](#fixed-issues)
* [API Changes](#api-changes)
* [External Contributions](#external-contributions)
{% tocmaker %}
### New and noteworthy
@ -166,6 +161,8 @@ This is a {{ site.pmd.release_type }} release.
### External Contributions
{% endtocmaker %}
```
{%endraw%}