Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed May 3, 2024
1 parent 612864d commit 1be48fa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

UNRELEASED
==========
Changed
-------
Changelog entries for the development version are available at
https://lumispy.readthedocs.io/en/latest/changelog.html

.. towncrier-draft-entries:: |release| [UNRELEASED]

.. towncrier release notes start
Maintenance
-----------
- Fix intersphinx links to documentation of HyperSpy 2.0 and add linkchecker workflow
- Align supported python versions (3.8-3.12) to HyperSpy 2.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fallback_version = "0.3.dev0"
[tool.towncrier]
directory = "upcoming_changes/"
filename = "CHANGES.rst"
issue_format = "`#{issue} <https://github.com/hyperspy/lumispy/issues/{issue}>`_"
issue_format = "`#{issue} <https://github.com/lumispy/lumispy/issues/{issue}>`_"
title_format = "{version} ({project_date})"
package_dir = "lumispy"
type = [
Expand Down
1 change: 1 addition & 0 deletions upcoming_changes/211.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use ``towncrier`` to manage release notes
5 changes: 5 additions & 0 deletions upcoming_changes/211.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Streamline project files and release workflow to match HyperSpy ecosystem:

- Migrate to ``pyproject.toml`` from ``setup.py``
- Use ``setuptools-scm`` to set version at build time
- Adapt release workflow (mine doi only after successful upload)

0 comments on commit 1be48fa

Please sign in to comment.