Skip to content

Commit eaafe88

Browse files
committed
Building changelog for 3.2.0
[noissue]
1 parent 6367063 commit eaafe88

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.ci/scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
git.add(f"{plugin_path}/requirements.txt")
102102
git.add(f"{plugin_path}/.bumpversion.cfg")
103103

104-
git.commit("-m", f"Release {release_version}")
104+
git.commit("-m", f"Release {release_version}\n\n[noissue]")
105105

106106

107107
sha = repo.head.object.hexsha

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ Changelog
1313

1414
.. towncrier release notes start
1515
16+
3.2.0 (2021-04-14)
17+
==================
18+
19+
20+
Features
21+
--------
22+
23+
- Added new sync filter `keep_latest_packages` to specify how many latest versions of packages to sync
24+
`#339 <https://github.com/pulp/pulp_python/issues/339>`_
25+
- Added new sync filters `package_types` and `exclude_platforms` to specify package types to sync
26+
`#341 <https://github.com/pulp/pulp_python/issues/341>`_
27+
28+
29+
Misc
30+
----
31+
32+
- `#354 <https://github.com/pulp/pulp_python/issues/354>`_
33+
34+
35+
----
36+
37+
1638
3.1.0 (2021-03-12)
1739
==================
1840

CHANGES/339.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/341.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/354.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)