Initialize towncrier
[ci-skip]
This commit is contained in:
parent
316d32a6f5
commit
a00dd22e4d
27
CHANGES.rst
27
CHANGES.rst
@ -1,29 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
3.1.1 (unreleased)
|
.. You should *NOT* be adding new change log entries to this file.
|
||||||
------------------
|
You should create a file in the news directory instead.
|
||||||
|
For helpful instructions, please see:
|
||||||
Breaking changes:
|
https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst
|
||||||
|
|
||||||
- *add item here*
|
|
||||||
|
|
||||||
New features:
|
|
||||||
|
|
||||||
- *add item here*
|
|
||||||
|
|
||||||
Bug fixes:
|
|
||||||
|
|
||||||
- Do not depend on the ``meta_type`` metadata in the catalog.
|
|
||||||
[jensens]
|
|
||||||
|
|
||||||
- Changed $(window).load with $(document).ready in moderation.js
|
|
||||||
because in some version of FF and IE doesn't work.
|
|
||||||
[eikichi18]
|
|
||||||
|
|
||||||
- a11y: Added role attribute for portalMessage
|
|
||||||
[nzambello]
|
|
||||||
|
|
||||||
|
.. towncrier release notes start
|
||||||
|
|
||||||
3.1.0 (2018-10-30)
|
3.1.0 (2018-10-30)
|
||||||
------------------
|
------------------
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
include *.rst
|
include *.rst
|
||||||
|
include pyproject.toml
|
||||||
|
|
||||||
graft docs
|
graft docs
|
||||||
graft plone
|
graft plone
|
||||||
|
|
||||||
global-exclude *.pyc
|
global-exclude *.pyc
|
||||||
|
|
||||||
|
recursive-exclude news *
|
||||||
|
exclude news
|
||||||
|
0
news/.gitkeep
Normal file
0
news/.gitkeep
Normal file
3
news/144.bugfix
Normal file
3
news/144.bugfix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Changed $(window).load with $(document).ready in moderation.js
|
||||||
|
because in some version of FF and IE doesn't work.
|
||||||
|
[eikichi18]
|
2
news/145.bugfix
Normal file
2
news/145.bugfix
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
a11y: Added role attribute for portalMessage
|
||||||
|
[nzambello]
|
2
news/146.bugfix
Normal file
2
news/146.bugfix
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Do not depend on the ``meta_type`` metadata in the catalog.
|
||||||
|
[jensens]
|
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[tool.towncrier]
|
||||||
|
filename = "CHANGES.rst"
|
||||||
|
directory = "news/"
|
||||||
|
title_format = "{version} ({project_date})"
|
||||||
|
underlines = ["-", ""]
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "breaking"
|
||||||
|
name = "Breaking changes:"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "feature"
|
||||||
|
name = "New features:"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "bugfix"
|
||||||
|
name = "Bug fixes:"
|
||||||
|
showcontent = true
|
Loading…
Reference in New Issue
Block a user