diff options
author | Tim Harder <radhermit@gmail.com> | 2021-03-05 12:56:27 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-03-05 12:56:27 -0700 |
commit | e60eadd35a8859c9c4655296e39b9bbc20416d18 (patch) | |
tree | fd557c835d2ca018caa82fb7762b0f8ec0aad8f9 /NEWS.rst | |
parent | pkgdev: various argparse-related rework (diff) | |
download | pkgdev-e60eadd35a8859c9c4655296e39b9bbc20416d18.tar.gz pkgdev-e60eadd35a8859c9c4655296e39b9bbc20416d18.tar.bz2 pkgdev-e60eadd35a8859c9c4655296e39b9bbc20416d18.zip |
bump version and add news
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..9135a2e --- /dev/null +++ b/NEWS.rst @@ -0,0 +1,17 @@ +============= +Release Notes +============= + +pkgdev 0.1 (2021-03-05) +----------------------- + +- Initial release. + +- pkgdev commit: Add subcommand wrapping ``git commit`` supporting commit + message templating, ebuild manifesting, structured file mangling, and commit + scanning via pkgcheck. + +- pkgdev push: Add subcommand wrapping ``git push`` that verifies local commits + with pkgcheck before pushing them upstream. + +- pkgdev manifest: Add subcommand for manifesting ebuilds. |