You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Prepare a NexusLIMS release with changelog review and upgrade instructions
5
5
---
@@ -8,20 +8,14 @@ description: Prepare a NexusLIMS release with changelog review and upgrade instr
8
8
9
9
## Current State
10
10
11
-
**Current version:**
12
-
!`grep '^version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/'`
11
+
Use your tools to gather the following information before proceeding:
13
12
14
-
**Current branch:**
15
-
!`git branch --show-current`
13
+
1.**Current version:** Read `pyproject.toml` and extract the `version = "..."` line.
14
+
2.**Current branch:** Run `git branch --show-current`.
15
+
3.**Pending changelog fragments:** Use Glob to find all `docs/changes/*.md` files (exclude `README.md`), then Read each one and display its filename and contents.
16
+
4.**Changelog draft:** Run `uv run towncrier build --version=PREVIEW --draft` to preview the assembled changelog.
0 commit comments