Update release script and doc
This commit is contained in:
@ -149,12 +149,7 @@ The PMD team is pleased to announce PMD {{ site.pmd.version }}.
|
|||||||
|
|
||||||
This is a {{ site.pmd.release_type }} release.
|
This is a {{ site.pmd.release_type }} release.
|
||||||
|
|
||||||
### Table Of Contents
|
{% tocmaker %}
|
||||||
|
|
||||||
* [New and noteworthy](#new-and-noteworthy)
|
|
||||||
* [Fixed Issues](#fixed-issues)
|
|
||||||
* [API Changes](#api-changes)
|
|
||||||
* [External Contributions](#external-contributions)
|
|
||||||
|
|
||||||
### New and noteworthy
|
### New and noteworthy
|
||||||
|
|
||||||
@ -164,6 +159,8 @@ This is a {{ site.pmd.release_type }} release.
|
|||||||
|
|
||||||
### External Contributions
|
### External Contributions
|
||||||
|
|
||||||
|
{% endtocmaker %}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git commit -a -m "Prepare next development version"
|
git commit -a -m "Prepare next development version"
|
||||||
|
@ -48,4 +48,4 @@ class TocMakerBlock < Liquid::Block
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
Liquid::Template.register_tag('tocmaker', TocMakerBlock)
|
Liquid::Template.register_tag('tocmaker', TocMakerBlock)
|
||||||
|
@ -151,12 +151,7 @@ The PMD team is pleased to announce PMD {{ site.pmd.version }}.
|
|||||||
|
|
||||||
This is a {{ site.pmd.release_type }} release.
|
This is a {{ site.pmd.release_type }} release.
|
||||||
|
|
||||||
### Table Of Contents
|
{% tocmaker %}
|
||||||
|
|
||||||
* [New and noteworthy](#new-and-noteworthy)
|
|
||||||
* [Fixed Issues](#fixed-issues)
|
|
||||||
* [API Changes](#api-changes)
|
|
||||||
* [External Contributions](#external-contributions)
|
|
||||||
|
|
||||||
### New and noteworthy
|
### New and noteworthy
|
||||||
|
|
||||||
@ -166,6 +161,8 @@ This is a {{ site.pmd.release_type }} release.
|
|||||||
|
|
||||||
### External Contributions
|
### External Contributions
|
||||||
|
|
||||||
|
{% endtocmaker %}
|
||||||
|
|
||||||
```
|
```
|
||||||
{%endraw%}
|
{%endraw%}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user