Skip to content

Commit

Permalink
Convert NEWS to Markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <bdrung@posteo.de>
  • Loading branch information
bdrung committed Jun 8, 2021
1 parent 838237f commit e8bd102
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
recursive-include tests *.py *.yaml pylint.conf
include LICENSE
include NEWS
include NEWS.md
include bdebstrap.1.md
include bdebstrap.py
include examples/*.yaml
3 changes: 3 additions & 0 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bdebstrap 0.1.2 (2021-05-27)
============================

* examples: Install init instead of systemd-sysv
* Check import definition order with isort
Expand All @@ -12,11 +13,13 @@ bdebstrap 0.1.2 (2021-05-27)
* Update Debian live system example to bullseye

bdebstrap 0.1.1 (2020-06-18)
============================

* Strip leading/trailing spaces/tabs from mirrors specified with `--mirrors`
* Fix complaints from flake8 3.8.3
* Check if type of list elements are strings in YAML configuration

bdebstrap 0.1 (2020-06-03)
==========================

* Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ Creating releases

This project uses [semantic versioning](https://semver.org/). To create a
release, increase the version in `setup.py` and document the noteworthy changes
in `NEWS`. Then commit the changes and tag the release:
in `NEWS.md`. Then commit the changes and tag the release:

```
git commit -sm "Release bdebstrap $(./setup.py --version)" NEWS setup.py
git commit -sm "Release bdebstrap $(./setup.py --version)" NEWS.md setup.py
git tag v$(./setup.py --version)
```

Expand Down

0 comments on commit e8bd102

Please sign in to comment.