scriv icon indicating copy to clipboard operation
scriv copied to clipboard

Things to explain in the docs

Open nedbat opened this issue 5 years ago • 2 comments

Based on questions people asked when I announced scriv, these things need explaining:

  • "Do you have a demo of how fragment categories are selected?"

nedbat avatar Sep 21 '20 12:09 nedbat

Also: 2) The docs mention the ability to write change notes for different audiences. How is this achieved? Do I understand correctly that I can write the same text twice but with different accents: for example, one for devs (like private API and/or implementation changes), and the other for end-users (or lib users, like public API changes)

webknjaz avatar Sep 21 '20 16:09 webknjaz

Another one: 3) There's this problem that surfaced with towncrier: we've changed the template to include category names and since they were missing, and now only new releases will use that template so we have to find a way to retrospectively extract the fragments to reconstruct the changelog with a new template (https://github.com/pypa/setuptools/pull/2399#issuecomment-711014643). What if I change the template in scriv and want to update how the changelog looks? Is there any recommended/suppoprted way of doing that? I noticed there's --keep but the docs don't exactly describe what will happen if I keep the fragments in the tree.

webknjaz avatar Oct 17 '20 17:10 webknjaz