Changelog management tool
See the code#####
Scriv
#####
Scriv changelog management tool
.. begin-badges
| |pypi-badge| |ci-badge| |coverage-badge| |doc-badge|
| |pyversions-badge| |license-badge|
| |sponsor-badge| |bluesky-nedbat| |mastodon-nedbat|
.. end
Overview
========
Scriv is a command-line tool for helping developers maintain useful changelogs.
It manages a directory of changelog fragments. It aggregates them into entries
in a CHANGELOG file.
Getting Started
===============
Scriv writes changelog fragments into a directory called "changelog.d". Start
by creating this directory. (By the way, like many aspects of scriv's
operation, you can choose a different name for this directory.)
To make a new changelog fragment, use the ``scriv create`` command. It will
make a new file with a filename using the current date and time, your GitHub or
Git user name, and your branch name. Changelog fragments should be committed
along with all the other changes on your branch.
When it is time to release your project, the ``scriv collect`` command
aggregates all the fragments into a new entry in your changelog file.
You can also choose to publish your changelog entries as GitHub releases with
the ``scriv github-release`` command. It parses the changelog file and
creates or updates GitHub releases to match. It can be used even with
changelog files that were not created by scriv.
Documentation
=============
Full documentation is at https://scriv.readthedocs.org.
License
=======
The code in this repository is licensed under the Apache Software License 2.0
unless otherwise noted.
Please see ``LICENSE.txt`` for details.
How To Contribute
=================
Contributions are very welcome. Thanks to all the contributors so far:
.. begin-contributors
| Ned Batchelder
| Abhilash Raj
| Agustín Piqueres
| Alyssa Coghlan
| Flo Kuepper
| James Gerity
| Javier Sagredo
| Kurt McKee
| Mark Dickinson
| Matias Guijarro
| Max Christoph
| Michael Makukha
| Rodrigo Girão Serrão
| Ronny Pfannschmidt
.. end
.. begin-badge-links
.. |pypi-badge| image:: https://img.shields.io/pypi/v/scriv.svg
:target: https://pypi.python.org/pypi/scriv/
:alt: PyPI
.. |ci-badge| image:: https://github.com/nedbat/scriv/workflows/Test%20Suite/badge.svg
:target: https://github.com/nedbat/scriv/actions?query=workflow%3A%22Test+Suite%22
:alt: Build status
.. |coverage-badge| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/5a304c1c779d4bcc57be95f847e9327f/raw/covbadge.json
:target: https://github.com/nedbat/scriv/actions?query=workflow%3A%22Test+Suite%22
:alt: Coverage
.. |doc-badge| image:: https://readthedocs.org/projects/scriv/badge/?version=latest
:target: http://scriv.readthedocs.io/en/latest/
:alt: Documentation
.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/scriv.svg
:target: https://pypi.python.org/pypi/scriv/
:alt: Supported Python versions
.. |license-badge| image:: https://img.shields.io/github/license/nedbat/scriv.svg
:target: https://github.com/nedbat/scriv/blob/master/LICENSE.txt
:alt: License
.. |bluesky-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&color=96a3b0&labelColor=3686f7&logo=icloud&logoColor=white&label=@nedbat&url=https%3A%2F%2Fpublic.api.bsky.app%2Fxrpc%2Fapp.bsky.actor.getProfile%3Factor=nedbat.com&query=followersCount
:target: https://bsky.app/profile/nedbat.com
:alt: nedbat on Bluesky
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat
:target: https://hachyderm.io/@nedbat
:alt: nedbat on Mastodon
.. |sponsor-badge| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
:target: https://github.com/sponsors/nedbat
:alt: Sponsor me on GitHub
.. end
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
Python
96.6%
Makefile
2.9%
Changelog management tool
See the code#####
Scriv
#####
Scriv changelog management tool
.. begin-badges
| |pypi-badge| |ci-badge| |coverage-badge| |doc-badge|
| |pyversions-badge| |license-badge|
| |sponsor-badge| |bluesky-nedbat| |mastodon-nedbat|
.. end
Overview
========
Scriv is a command-line tool for helping developers maintain useful changelogs.
It manages a directory of changelog fragments. It aggregates them into entries
in a CHANGELOG file.
Getting Started
===============
Scriv writes changelog fragments into a directory called "changelog.d". Start
by creating this directory. (By the way, like many aspects of scriv's
operation, you can choose a different name for this directory.)
To make a new changelog fragment, use the ``scriv create`` command. It will
make a new file with a filename using the current date and time, your GitHub or
Git user name, and your branch name. Changelog fragments should be committed
along with all the other changes on your branch.
When it is time to release your project, the ``scriv collect`` command
aggregates all the fragments into a new entry in your changelog file.
You can also choose to publish your changelog entries as GitHub releases with
the ``scriv github-release`` command. It parses the changelog file and
creates or updates GitHub releases to match. It can be used even with
changelog files that were not created by scriv.
Documentation
=============
Full documentation is at https://scriv.readthedocs.org.
License
=======
The code in this repository is licensed under the Apache Software License 2.0
unless otherwise noted.
Please see ``LICENSE.txt`` for details.
How To Contribute
=================
Contributions are very welcome. Thanks to all the contributors so far:
.. begin-contributors
| Ned Batchelder
| Abhilash Raj
| Agustín Piqueres
| Alyssa Coghlan
| Flo Kuepper
| James Gerity
| Javier Sagredo
| Kurt McKee
| Mark Dickinson
| Matias Guijarro
| Max Christoph
| Michael Makukha
| Rodrigo Girão Serrão
| Ronny Pfannschmidt
.. end
.. begin-badge-links
.. |pypi-badge| image:: https://img.shields.io/pypi/v/scriv.svg
:target: https://pypi.python.org/pypi/scriv/
:alt: PyPI
.. |ci-badge| image:: https://github.com/nedbat/scriv/workflows/Test%20Suite/badge.svg
:target: https://github.com/nedbat/scriv/actions?query=workflow%3A%22Test+Suite%22
:alt: Build status
.. |coverage-badge| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/5a304c1c779d4bcc57be95f847e9327f/raw/covbadge.json
:target: https://github.com/nedbat/scriv/actions?query=workflow%3A%22Test+Suite%22
:alt: Coverage
.. |doc-badge| image:: https://readthedocs.org/projects/scriv/badge/?version=latest
:target: http://scriv.readthedocs.io/en/latest/
:alt: Documentation
.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/scriv.svg
:target: https://pypi.python.org/pypi/scriv/
:alt: Supported Python versions
.. |license-badge| image:: https://img.shields.io/github/license/nedbat/scriv.svg
:target: https://github.com/nedbat/scriv/blob/master/LICENSE.txt
:alt: License
.. |bluesky-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&color=96a3b0&labelColor=3686f7&logo=icloud&logoColor=white&label=@nedbat&url=https%3A%2F%2Fpublic.api.bsky.app%2Fxrpc%2Fapp.bsky.actor.getProfile%3Factor=nedbat.com&query=followersCount
:target: https://bsky.app/profile/nedbat.com
:alt: nedbat on Bluesky
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat
:target: https://hachyderm.io/@nedbat
:alt: nedbat on Mastodon
.. |sponsor-badge| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
:target: https://github.com/sponsors/nedbat
:alt: Sponsor me on GitHub
.. end
Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.
Python
96.6%
Makefile
2.9%