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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
## [2.1.2] - 2025-07-30
11
-
12
-
### Fixed
13
-
14
-
- Preserve trailing delimiters instead of moving to beginning. This resolves an issue where trailing delimiters (like commas at the end of lists) were incorrectly repositioned to the start of sorted content.
15
-
16
10
### Added
17
11
18
12
- Enhanced release script with automation support. The release script now supports CI environments, dry-run mode, and improved validation for streamlined releases.
@@ -22,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
16
- Enhanced error handling and validation across core modules for improved stability.
23
17
- Updated test infrastructure to use minimal_init.lua for better test isolation and reliability.
24
18
19
+
## [2.1.2] - 2025-07-30
20
+
21
+
### Fixed
22
+
23
+
- Preserve trailing delimiters instead of moving to beginning. This resolves an issue where trailing delimiters (like commas at the end of lists) were incorrectly repositioned to the start of sorted content.
-**New features or enhancements** → Minor release (2.2.0)
86
+
-**Breaking changes** → Major release (3.0.0)
87
+
43
88
## Troubleshooting
44
89
45
-
If the release script fails, it provides clear error messages and suggestions. For GitHub Actions issues, check the workflow logs at: https://github.com/sQVe/sort.nvim/actions
90
+
If the release script fails, it provides clear error messages and suggestions. For GitHub Actions issues, check the workflow logs at: https://github.com/sQVe/sort.nvim/actions
91
+
92
+
### Release Workflow Failures
93
+
94
+
If GitHub Actions release fails after tagging:
95
+
96
+
1. Check the workflow logs for specific error messages
97
+
2. Fix the issue (often changelog validation)
98
+
3. Amend the relevant commits and force-push to re-trigger the workflow
99
+
4. If needed, delete and recreate the tag with corrected content
0 commit comments