Skip to content

Commit 9c78ddb

Browse files
committed
Update release notes in README.rst
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 3532b22 commit 9c78ddb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Customizing
3939
You typically want to perform these customizations:
4040

4141
- remove or update the src/README.rst and tests/README.rst files
42+
- set project info and dependencies in setup.cfg
4243
- check the configure and configure.bat defaults
4344

4445
Initializing a project
@@ -118,7 +119,15 @@ https://github.com/nexB/thirdparty-packages
118119

119120

120121
Release Notes
121-
-------------
122-
123-
- 2021-05-11: adopt new configure scripts from ScanCode TK that allows correct
124-
configuration of which Python version is used.
122+
=============
123+
124+
- 2021-09-03:
125+
- ``configure`` now requires pinned dependencies via the use of ``requirements.txt`` and ``requirements-dev.txt``
126+
- ``configure`` can now accept multiple options at once
127+
- Add utility scripts from scancode-toolkit/etc/release/ for use in generating project files
128+
- Rename virtual environment directory from ``tmp`` to ``venv``
129+
- Update README.rst with instructions for generating ``requirements.txt`` and ``requirements-dev.txt``,
130+
as well as collecting dependencies as wheels and generating ABOUT files for them.
131+
132+
- 2021-05-11:
133+
- Adopt new configure scripts from ScanCode TK that allows correct configuration of which Python version is used.

0 commit comments

Comments
 (0)