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
- Parent ignore files must be enabled (#17) - ([6d9663e](https://github.com/beeb/awsbck/commit/6d9663e68d00a4cbe3a734e71e87a8f140613e90))
15
-
- Return comment should not include return name (#19) - ([8be4150](https://github.com/beeb/awsbck/commit/8be4150d45039a7eda95f135ee4d34eb73bbe0a9))
16
-
- Process functions without returns (#20) - ([7fdfbda](https://github.com/beeb/awsbck/commit/7fdfbda4856eeb94ac29cca9cb4cd6b2332842d5))
14
+
- Parent ignore files must be enabled (#17) - ([6d9663e](https://github.com/beeb/lintspec/commit/6d9663e68d00a4cbe3a734e71e87a8f140613e90))
15
+
- Return comment should not include return name (#19) - ([8be4150](https://github.com/beeb/lintspec/commit/8be4150d45039a7eda95f135ee4d34eb73bbe0a9))
16
+
- Process functions without returns (#20) - ([7fdfbda](https://github.com/beeb/lintspec/commit/7fdfbda4856eeb94ac29cca9cb4cd6b2332842d5))
17
17
18
18
## [0.1.5] - 2025-02-20
19
19
20
20
### Fixed
21
21
22
-
- Output a line return after json output (#12) - ([89f616f](https://github.com/beeb/awsbck/commit/89f616ff029229ecc49a89ea443e0dfe9bdebcb7))
23
-
- Merging of config from CLI and config file (#14) - ([bbef59a](https://github.com/beeb/awsbck/commit/bbef59ad3d68031d0258dca8ad47d11edc9c229d))
22
+
- Output a line return after json output (#12) - ([89f616f](https://github.com/beeb/lintspec/commit/89f616ff029229ecc49a89ea443e0dfe9bdebcb7))
23
+
- Merging of config from CLI and config file (#14) - ([bbef59a](https://github.com/beeb/lintspec/commit/bbef59ad3d68031d0258dca8ad47d11edc9c229d))
24
24
25
25
## [0.1.4] - 2025-02-20
26
26
27
27
### Documentation
28
28
29
-
- Fix help text (#9) - ([6f3025e](https://github.com/beeb/awsbck/commit/6f3025e95fc2f377ac5a7d66f157584ac9040125))
- Update benchmark with comparable output format - ([1b0bc92](https://github.com/beeb/awsbck/commit/1b0bc9291b866921bba35778fd8466459146cef8))
55
+
- Update benchmark with comparable output format - ([1b0bc92](https://github.com/beeb/lintspec/commit/1b0bc9291b866921bba35778fd8466459146cef8))
56
56
57
57
### Fixed
58
58
59
-
- Parsing of the `--out` CLI arg (#3) - ([b0de154](https://github.com/beeb/awsbck/commit/b0de154ed7fca881c737f54d20c80617fff5a9cd))
- Parsing of the `--out` CLI arg (#3) - ([b0de154](https://github.com/beeb/lintspec/commit/b0de154ed7fca881c737f54d20c80617fff5a9cd))
Copy file name to clipboardExpand all lines: cliff.toml
+20-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[changelog]
2
2
header = """
3
3
# Changelog\n
4
-
All notable changes to this project will be documented in this file.\n
4
+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.\n
5
5
"""
6
6
7
7
body = """
@@ -10,10 +10,26 @@ body = """
10
10
{% endif %}\
11
11
{% for group, commits in commits | group_by(attribute="group") %}
0 commit comments