Skip to content

Commit

Permalink
docs: Remove changelog
Browse files Browse the repository at this point in the history
The changelog will be automatically generated from commit messages in
the future. Updating it manually is a conspicuous waste of developer time.
  • Loading branch information
riddell-stan committed Jun 17, 2020
1 parent f2dbf26 commit 1b75508
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/release-howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ How to make a release
=====================

- Verify that the correct version is shown in ``pyproject.toml`` and ``stan/__init__.py``.
- Update ``CHANGELOG.rst``. Create Pull Request. Wait for PR to be merged.
- Tag (with signature): ``git tag -u CB808C34B3BFFD03EFD2751597A78E5BFA431C9A -s 1.2.3``, replacing ``1.2.3`` with the version.
- Push the new tag to the repository: ``git push origin 1.2.3``, replacing ``origin`` with the remote and ``1.2.3`` with the version.
- Publish (universal) wheel using ``poetry``. [TODO: add details]

0 comments on commit 1b75508

Please sign in to comment.