Skip to content

Commit

Permalink
Add new changelog section & remove useless comment in the release script
Browse files Browse the repository at this point in the history
Of course it's necessary: at release when switch from the -rc scheme to the
release scheme.
  • Loading branch information
lopter committed Feb 13, 2017
1 parent 86eb0fe commit 31147e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/release.py.in
Expand Up @@ -375,8 +375,6 @@ def _release(version, next_version):
default=version,
type=lambda arg: semver.format_version(**semver.parse(arg))
)
# Note sure if that's really necessary, the version should have already
# been set correctly from the previous pre_release or release run:
_update_lightsd_version_cmake_include(version)
if _is_repo_dirty():
subprocess.check_call([
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.rst
Expand Up @@ -11,6 +11,9 @@ Given a version number MAJOR.MINOR.PATCH:
are added in a backwards-compatible manner;
- PATCH version gets incremented for backwards-compatible bug fixes.

1.2.2 (unreleased)
------------------

1.2.1 (2017-02-12)
------------------

Expand Down

0 comments on commit 31147e3

Please sign in to comment.