]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more examples, as suggested 5236/head
authorjonathan vanasco <jonathan@2xlp.com>
Mon, 13 Apr 2020 22:16:23 +0000 (18:16 -0400)
committerjonathan vanasco <jonathan@2xlp.com>
Mon, 13 Apr 2020 22:16:23 +0000 (18:16 -0400)
doc/build/changelog/README.txt

index 8f9a2a649dff72a0174c7a036d063871393b2a9b..0402da8fab990fa18c02da8a25a02d14e218103b 100644 (file)
@@ -1,11 +1,12 @@
 Individual per-changelog files are placed into their corresponding release's
 directory (for example: changelog files for the `1.4` branch are placed in the 
-`./unreleased_14/` directory). Files are in `.rst` format, which are pulled in by
-changelog (https://github.com/sqlalchemyorg/changelog; version 0.4.0 or higher) 
-to be rendered into the `changelog_xx.rst` file.
+`./unreleased_14/` directory, such as `./unreleased_14/4710.rst`).
 
-At release time, the files in `unreleased_xx/`` are removed and written directly
-into the changelog.
+Files are in `.rst` format, which are pulled in by
+changelog (https://github.com/sqlalchemyorg/changelog; version 0.4.0 or higher) 
+to be rendered into their corresponding `changelog_xx.rst` file
+(for example: `./changelog_14.rst`). At release time, the files in the
+`unreleased_xx/` directory are removed and written directly into the changelog.
 
 Rationale is so that multiple changes being merged into gerrit don't produce
 conflicts.   Note that gerrit does not support custom merge handlers unlike