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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,39 @@
2
2
3
3
4
4
5
+
## v8.5.1 (2023-12-12)
6
+
7
+
### Documentation
8
+
9
+
* docs(configuration): adjust wording and improve clarity (#766)
10
+
11
+
* docs(configuration): fix typo in text
12
+
13
+
* docs(configuration): adjust wording and improve clarity ([`6b2fc8c`](https://github.com/python-semantic-release/python-semantic-release/commit/6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724))
14
+
15
+
### Fix
16
+
17
+
* fix(config): gracefully fail when repo is in a detached HEAD state (#765)
18
+
19
+
* fix(config): cleanly handle repository in detached HEAD state
20
+
21
+
* test(cli-main): add detached head cli test ([`ac4f9aa`](https://github.com/python-semantic-release/python-semantic-release/commit/ac4f9aacb72c99f2479ae33369822faad011a824))
22
+
23
+
* fix(cmd-version): handle committing of git-ignored file gracefully (#764)
24
+
25
+
* fix(version): only commit non git-ignored files during version commit
26
+
27
+
* test(version): set version file as ignored file
28
+
29
+
Tweaks tests to use one committed change file and the version file
30
+
as an ignored change file. This allows us to verify that our commit
31
+
mechanism does not crash if a file that is changed is ignored by user ([`ea89fa7`](https://github.com/python-semantic-release/python-semantic-release/commit/ea89fa72885e15da91687172355426a22c152513))
0 commit comments