Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
341bbf4d
Commit
341bbf4d
authored
May 19, 2018
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make minor fixes to release docs
parent
6d07df75
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGES.rst
CHANGES.rst
+2
-0
changelog.d/1364.rst
changelog.d/1364.rst
+0
-1
changelog.d/1379.doc.rst
changelog.d/1379.doc.rst
+1
-0
docs/releases.txt
docs/releases.txt
+5
-1
No files found.
CHANGES.rst
View file @
341bbf4d
...
...
@@ -5,6 +5,8 @@ v39.2.0
a
text
file
.
*
#
1360
:
Fixed
issue
with
a
mismatch
between
the
name
of
the
package
and
the
name
of
the
.
dist
-
info
file
in
wheel
files
*
#
1364
:
Add
`
__dir__
()`
implementation
to
`
pkg_resources
.
Distribution
()`
that
includes
the
attributes
in
the
`
_provider
`
instance
variable
.
*
#
1365
:
Take
the
package_dir
option
into
account
when
loading
the
version
from
a
module
attribute
.
*
#
1353
:
Added
coverage
badge
to
README
.
...
...
changelog.d/1364.rst
deleted
100644 → 0
View file @
6d07df75
Add `__dir__()` implementation to `pkg_resources.Distribution()` that includes the attributes in the `_provider` instance variable.
\ No newline at end of file
changelog.d/1379.doc.rst
0 → 100644
View file @
341bbf4d
Minor doc fixes after actually using the new release process.
docs/releases.txt
View file @
341bbf4d
...
...
@@ -19,9 +19,13 @@ To update the changelog:
``git add`` for any modified files.
3. Run ``towncrier --version {new.version.number}`` to stage the changelog
updates in git.
4. Verify that there are no remaining ``changelog.d/*.rst`` files. If a
file was named incorrectly, it may be ignored by towncrier.
5. Review the updated ``CHANGES.rst`` file. If any changes are needed,
make the edits and stage them via ``git add CHANGES.rst``.
Once the changelog edits are staged and ready to commit, cut a release by
installing and running ``bump2version {part}`` where ``part``
installing and running ``bump2version
--allow-dirty
{part}`` where ``part``
is major, minor, or patch based on the scope of the changes in the
release. Then, push the commits to the master branch::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment