Skip to content

Commit 03e4668

Browse files
committed
chore: replace husky/commitlint with cocogitto
1 parent fd5c7a8 commit 03e4668

File tree

7 files changed

+134
-198
lines changed

7 files changed

+134
-198
lines changed

.husky/commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 86 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -1,164 +1,87 @@
1-
## 0.0.1
21

3-
- Create from `dart create --template console alfred-jetbrains-cli`.
4-
5-
## 0.0.2
6-
7-
- First release with:
8-
- search command: load projects per product and can apply on dumb filter
9-
- configuration command: little helper, mainly for testing purpose
10-
11-
## 0.0.3
12-
13-
- install command: install the workflow
14-
15-
## 0.0.4
16-
17-
- fix unhandled exceptions in search command
18-
19-
## 0.0.5
20-
21-
- add Fleet support
22-
23-
## 0.0.6
24-
25-
- fix Fleet support
26-
- fix PyCharm Community configuration
27-
- support 2023 version
28-
29-
## 0.0.7
30-
31-
- start to implement "file action"
32-
33-
## 0.0.8
34-
35-
- fix install command on in newly installed Alfred
36-
37-
## 0.0.9
38-
39-
- add Aqua support
40-
- fix xpath issue
41-
42-
## 0.0.10
43-
44-
- fix issue if project dir is removed
45-
46-
## 0.0.11
47-
48-
- bump to Dart 3
49-
- bump dependencies
50-
51-
## 0.0.12
52-
53-
- ability to define multiple application name, since there differences between .dmg and toolbox app name
54-
- add DataSpell support
55-
56-
## 0.0.13
57-
58-
- all command: search projects for all products
59-
60-
## 0.0.14
61-
62-
- add some logs
63-
64-
## 0.0.15
65-
66-
- add some application names
67-
68-
## 0.0.16
69-
70-
- fix xpath for Rider
71-
72-
## 0.0.17
73-
74-
- add RustRover support
75-
- bump dependencies
76-
77-
## 0.0.18
78-
79-
- add Writerside support
80-
- bump dependencies
81-
82-
## 0.0.19
83-
84-
- bump min Dart to 3.2
85-
- bump dependencies
86-
- add Clion Nova support
87-
88-
## 0.0.20
89-
90-
- bump min Dart to 3.3
91-
- bump dependencies
92-
- add Alfred cache: https://www.alfredapp.com/help/workflows/inputs/script-filter/json/#cache
93-
94-
## 0.0.21
95-
96-
- bump min Dart to 3.5
97-
- bump dependencies
98-
99-
## 0.0.22
100-
101-
- fix https://github.com/bchatard/alfred-jetbrains/issues/340
102-
103-
## 0.0.23
104-
105-
- Bump to Dart 3.7.0
106-
- Bump dependencies
107-
- Re-format code with new formatter
108-
109-
## 0.0.24
110-
111-
- chore: add commit / code linters, with git hooks
112-
113-
## 0.0.25
114-
115-
- chore: bump dependencies for build_pubspec
116-
117-
## 0.0.26
118-
119-
- Bump to Dart 3.8.0
120-
- Bump dependencies
121-
- Re-format code with the Dart new formatter
122-
123-
## 0.0.27
124-
125-
- fix: Android Studio can use a full version for an application settings path
126-
- Bump dependencies
127-
128-
## 0.1.0
129-
130-
- Bump dependencies
131-
- feat: add Sonar
132-
- fix: code optimization from Sonar
133-
- feat(install): self-installable CLI
134-
- create `info.plist`
135-
- create `icon.png`
136-
- move itself to the workflow directory
137-
138-
## 0.1.1
139-
140-
- feat(install): add ability to retain binary file
141-
142-
143-
## 0.2.0
144-
145-
- bump min Dart to 3.9
146-
- bump dependencies
147-
148-
## 0.3.0
149-
150-
- bump min Dart to 3.10
151-
- bump dependencies
152-
- use import with package prefix
153-
154-
## 0.4.0
155-
156-
- feat: customize keywords
157-
158-
## 2.5.0
159-
160-
- chore: align the version with the workflow
161-
162-
## 2.5.1
163-
164-
- chore: bump dependencies
2+
## [2.5.0](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.3.0..2.5.0) - 2025-12-06
3+
#### Features
4+
- customize keywords - ([83c9c42](https://github.com/bchatard/alfred-jetbrains-cli/commit/83c9c42f0a9883a349285c234319e4178dd262c3)) - [@bchatard](https://github.com/bchatard)
5+
#### Miscellaneous Chores
6+
- align the version with the workflow - ([9e2d52f](https://github.com/bchatard/alfred-jetbrains-cli/commit/9e2d52f73d9dea84c4a71efc48f2fa6d6a0f125c)) - [@bchatard](https://github.com/bchatard)
7+
8+
- - -
9+
10+
## [0.3.0](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.2.0..0.3.0) - 2025-12-06
11+
#### Miscellaneous Chores
12+
- use import with package prefix - ([e7154ab](https://github.com/bchatard/alfred-jetbrains-cli/commit/e7154abb9a2b47f6819dfd20b46f32d348bf5e0e)) - [@bchatard](https://github.com/bchatard)
13+
- bump Dart 3.10.0 & dependencies - ([dfb1a7d](https://github.com/bchatard/alfred-jetbrains-cli/commit/dfb1a7d473f7607f09daf0b998890f6f7b9fd1b7)) - [@bchatard](https://github.com/bchatard)
14+
15+
- - -
16+
17+
## [0.2.0](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.1.1..0.2.0) - 2025-12-06
18+
#### Features
19+
- (**bump**) bump Dart, dependencies and worflows - ([792ec22](https://github.com/bchatard/alfred-jetbrains-cli/commit/792ec22709af861af4350ffef5fcc83677a39479)) - [@bchatard](https://github.com/bchatard)
20+
21+
- - -
22+
23+
## [0.1.1](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.1.0..0.1.1) - 2025-12-06
24+
#### Features
25+
- (**install**) add ability to retain binary file - ([f13d871](https://github.com/bchatard/alfred-jetbrains-cli/commit/f13d871e5ab81f50abef4aecc3fc200d6ec2441b)) - [@bchatard](https://github.com/bchatard)
26+
27+
- - -
28+
29+
## [0.1.0](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.0.27..0.1.0) - 2025-12-06
30+
#### Features
31+
- (**ci/cd**) add Sonar - ([fa23a9d](https://github.com/bchatard/alfred-jetbrains-cli/commit/fa23a9d5a26a3f25ec5b06ec777e340ad26db5f1)) - [@bchatard](https://github.com/bchatard)
32+
- (**install**) self-installable CLI - ([9ba4c36](https://github.com/bchatard/alfred-jetbrains-cli/commit/9ba4c363bbdc89d5ab6257e9b16ce97cd16bfdb8)) - [@bchatard](https://github.com/bchatard)
33+
#### Bug Fixes
34+
- (**ci/cd**) use master version for sonar scan action - ([6d8171a](https://github.com/bchatard/alfred-jetbrains-cli/commit/6d8171a1cf238ad7699b7e7ff02921551a6ad18e)) - [@bchatard](https://github.com/bchatard)
35+
- code optimisation from Sonar - ([11501e0](https://github.com/bchatard/alfred-jetbrains-cli/commit/11501e0c47a4e0b1cb94523023138a24ee1dba0a)) - [@bchatard](https://github.com/bchatard)
36+
#### Miscellaneous Chores
37+
- bump dependencies - ([8785f7f](https://github.com/bchatard/alfred-jetbrains-cli/commit/8785f7fcd8149280cfec02658989c163314c0580)) - [@bchatard](https://github.com/bchatard)
38+
39+
- - -
40+
41+
## [0.0.27](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.0.26..0.0.27) - 2025-12-06
42+
#### Bug Fixes
43+
- Android Studio can use full version for application settings path - ([dad2ef5](https://github.com/bchatard/alfred-jetbrains-cli/commit/dad2ef5d048684d1043786fddc459a7e797d28b6)) - [@bchatard](https://github.com/bchatard)
44+
#### Miscellaneous Chores
45+
- bump dependencies - ([268989f](https://github.com/bchatard/alfred-jetbrains-cli/commit/268989f4fc35b15be72f8b824f80ccb17c563c72)) - [@bchatard](https://github.com/bchatard)
46+
47+
- - -
48+
49+
## [0.0.26](https://github.com/bchatard/alfred-jetbrains-cli/compare/0.0.25..0.0.26) - 2025-12-06
50+
#### Miscellaneous Chores
51+
- fix code format - ([9b3945a](https://github.com/bchatard/alfred-jetbrains-cli/commit/9b3945ac072533e032046364ae6c9b095280171e)) - [@bchatard](https://github.com/bchatard)
52+
- bump Dart 3.8.1 & dependencies - ([f12cd1b](https://github.com/bchatard/alfred-jetbrains-cli/commit/f12cd1b59e1658b8531692a8384bc9a56b0f7db4)) - [@bchatard](https://github.com/bchatard)
53+
54+
- - -
55+
56+
## [0.0.25](https://github.com/bchatard/alfred-jetbrains-cli/compare/d9caa5da7fb3fef713099f6bff15213356dc834b..0.0.25) - 2025-12-06
57+
#### Features
58+
- update GHA to create release - ([eacabb0](https://github.com/bchatard/alfred-jetbrains-cli/commit/eacabb0416e8d37fabe1944363f6b9c714db5375)) - [@bchatard](https://github.com/bchatard)
59+
- add CLion Nova - ([7eb27e3](https://github.com/bchatard/alfred-jetbrains-cli/commit/7eb27e386007e95dca0f0e3935b4aa6f4712a2a9)) - [@bchatard](https://github.com/bchatard)
60+
- add Writerside support - ([4f29319](https://github.com/bchatard/alfred-jetbrains-cli/commit/4f293191fea90d572fbde0f26e09e9ca2469c1ee)) - [@bchatard](https://github.com/bchatard)
61+
- add RustRover support - ([2a17a82](https://github.com/bchatard/alfred-jetbrains-cli/commit/2a17a82c9602287b3961ff9b02e93dea85ac81a2)) - [@bchatard](https://github.com/bchatard)
62+
- all command - ([a347270](https://github.com/bchatard/alfred-jetbrains-cli/commit/a347270606046cec5c5a2993c8c28f982e1cf7fc)) - [@bchatard](https://github.com/bchatard)
63+
- Aqua support - ([3e0ac3c](https://github.com/bchatard/alfred-jetbrains-cli/commit/3e0ac3cc9acec03fb8b138af612e44c03f5f0dca)) - [@bchatard](https://github.com/bchatard)
64+
- start "file action" implementation - ([7c92f8b](https://github.com/bchatard/alfred-jetbrains-cli/commit/7c92f8b63a45c8d1d27e45beb296f50d0105d4d3)) - [@bchatard](https://github.com/bchatard)
65+
- Fleet support - ([5df5ff6](https://github.com/bchatard/alfred-jetbrains-cli/commit/5df5ff6d85efd629775550da3bfc511462c8033d)) - [@bchatard](https://github.com/bchatard)
66+
- install command - ([61d0527](https://github.com/bchatard/alfred-jetbrains-cli/commit/61d052708c84e94151100e8f3169e53a2b06d0e8)) - [@bchatard](https://github.com/bchatard)
67+
- create search command - ([099add1](https://github.com/bchatard/alfred-jetbrains-cli/commit/099add1235e15e00828b2ce2fd038e4a290ad980)) - [@bchatard](https://github.com/bchatard)
68+
- create build_pubspec package - ([02f8b88](https://github.com/bchatard/alfred-jetbrains-cli/commit/02f8b88268bf006337501513bc3b82a3fd216fdb)) - [@bchatard](https://github.com/bchatard)
69+
- add GitHub Actions - ([40c0798](https://github.com/bchatard/alfred-jetbrains-cli/commit/40c0798ce837c9551aebfdc0d8408047a424b31e)) - Brice
70+
#### Bug Fixes
71+
- check folder contents for app settings - ([5b0db85](https://github.com/bchatard/alfred-jetbrains-cli/commit/5b0db85f12784175a0d71e130dccd200fb5b8fd6)) - [@bchatard](https://github.com/bchatard)
72+
- add another Rider xpath - ([f5419ac](https://github.com/bchatard/alfred-jetbrains-cli/commit/f5419acaaf42797bf79055a627a5602d18d5ddba)) - [@bchatard](https://github.com/bchatard)
73+
- add some application's name - ([db72d59](https://github.com/bchatard/alfred-jetbrains-cli/commit/db72d59f56c77b9fda9978cfc018fb2ac0b4b6f6)) - [@bchatard](https://github.com/bchatard)
74+
- application name can be different - ([4f4e79c](https://github.com/bchatard/alfred-jetbrains-cli/commit/4f4e79c573eae7b8f35930c06ee019344313bcef)) - [@bchatard](https://github.com/bchatard)
75+
- project dir removed - ([9f8ec70](https://github.com/bchatard/alfred-jetbrains-cli/commit/9f8ec7070c7b33abfb6d9bd87a01bf328da00c0c)) - [@bchatard](https://github.com/bchatard)
76+
- install command on fresh installed Alfred - ([d88fa7b](https://github.com/bchatard/alfred-jetbrains-cli/commit/d88fa7babb940381ff4db7cb78eb2e3663dc4acf)) - [@bchatard](https://github.com/bchatard)
77+
- Fleet/PyCharm fixes. 2023 support - ([8a8cf51](https://github.com/bchatard/alfred-jetbrains-cli/commit/8a8cf5134849395fc42928c2e701c091a62bb8eb)) - [@bchatard](https://github.com/bchatard)
78+
- unhandled exceptions in search command - ([34f03cd](https://github.com/bchatard/alfred-jetbrains-cli/commit/34f03cd7eb39d3f47e05f8ee1a26f5c950597629)) - [@bchatard](https://github.com/bchatard)
79+
- logger not working for Console and various little fixes - ([1243ebe](https://github.com/bchatard/alfred-jetbrains-cli/commit/1243ebe2c02713a55add84d8c5e85fcfa74b3c83)) - [@bchatard](https://github.com/bchatard)
80+
#### Miscellaneous Chores
81+
- bump dependencies for build_pubspec - ([96b3776](https://github.com/bchatard/alfred-jetbrains-cli/commit/96b37768740af0a2a01097e71a2973032ad15c9e)) - [@bchatard](https://github.com/bchatard)
82+
- bump dependencies for build_pubspec - ([5a8ac39](https://github.com/bchatard/alfred-jetbrains-cli/commit/5a8ac39a0a413548242dc74d20097c3979645c63)) - [@bchatard](https://github.com/bchatard)
83+
- add commit / code linters, with git hooks - ([3cc23b0](https://github.com/bchatard/alfred-jetbrains-cli/commit/3cc23b0c8214ae92e751eeede31bab6a6cfaac21)) - [@bchatard](https://github.com/bchatard)
84+
- bump dependencies - ([f317dd6](https://github.com/bchatard/alfred-jetbrains-cli/commit/f317dd62b9f19bdc6805163202a984ae528c89a7)) - [@bchatard](https://github.com/bchatard)
85+
- bump Dart & dependencies - ([7e954be](https://github.com/bchatard/alfred-jetbrains-cli/commit/7e954bead898a28a9cb4c0feba2a654ee83d9a33)) - [@bchatard](https://github.com/bchatard)
86+
- bump dependencies - ([8180422](https://github.com/bchatard/alfred-jetbrains-cli/commit/81804227a9dd5aa5f9f75dd5f00e0a490740d53a)) - [@bchatard](https://github.com/bchatard)
87+
- add logs - ([f19388f](https://github.com/bchatard/alfred-jetbrains-cli/commit/f19388f02a3fed41929c1a0fe5ec30d066369a2c)) - [@bchatard](https://github.com/bchatard)

cog.toml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
tag_prefix = ""
2+
from_latest_tag = false
3+
ignore_merge_commits = false
4+
ignore_fixup_commits = true
5+
disable_changelog = false
6+
disable_bump_commit = false
7+
generate_mono_repository_global_tag = true
8+
generate_mono_repository_package_tags = true
9+
branch_whitelist = []
10+
skip_ci = "[skip ci]"
11+
skip_untracked = false
12+
pre_bump_hooks = [
13+
'sed -i "" -E "s|^version: (.*)|version: {{version}}|" pubspec.yaml',
14+
'dart run build_runner build --delete-conflicting-outputs'
15+
]
16+
post_bump_hooks = []
17+
pre_package_bump_hooks = []
18+
post_package_bump_hooks = []
19+
20+
[git_hooks]
21+
[git_hooks.commit-msg]
22+
script = """#!/bin/sh
23+
set -e
24+
cog verify --file $1
25+
"""
26+
27+
[git_hooks.pre-commit]
28+
script = """#!/bin/sh
29+
set -e
30+
dart run lint_staged
31+
"""
32+
33+
[commit_types]
34+
35+
[changelog]
36+
path = "CHANGELOG.md"
37+
template = "remote"
38+
remote = "github.com"
39+
owner = "bchatard"
40+
repository = "alfred-jetbrains-cli"
41+
42+
authors = [
43+
{ username = "bchatard", signature = "bchatard" },
44+
]
45+
46+
[bump_profiles]
47+
48+
[packages]

commitlint.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

pubspec.lock

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,6 @@ packages:
113113
url: "https://pub.dev"
114114
source: hosted
115115
version: "8.12.1"
116-
change_case:
117-
dependency: transitive
118-
description:
119-
name: change_case
120-
sha256: f4e08feaa845e75e4f5ad2b0e15f24813d7ea6c27e7b78252f0c17f752cf1157
121-
url: "https://pub.dev"
122-
source: hosted
123-
version: "1.1.0"
124116
checked_yaml:
125117
dependency: transitive
126118
description:
@@ -153,14 +145,6 @@ packages:
153145
url: "https://pub.dev"
154146
source: hosted
155147
version: "1.19.1"
156-
commitlint_cli:
157-
dependency: "direct dev"
158-
description:
159-
name: commitlint_cli
160-
sha256: "7882210129f2616d4899ad85073a75ef293deac693dd6f7dc4f0492b0758322b"
161-
url: "https://pub.dev"
162-
source: hosted
163-
version: "0.8.1"
164148
convert:
165149
dependency: transitive
166150
description:
@@ -265,14 +249,6 @@ packages:
265249
url: "https://pub.dev"
266250
source: hosted
267251
version: "4.1.2"
268-
husky:
269-
dependency: "direct dev"
270-
description:
271-
name: husky
272-
sha256: ce4a92b311c03e67ff66b6e354c8d5b8ee7c663ccaedb954e93798658b439bb2
273-
url: "https://pub.dev"
274-
source: hosted
275-
version: "0.1.7"
276252
io:
277253
dependency: "direct main"
278254
description:

pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ dev_dependencies:
2323
json_serializable: ^6.9.0
2424
lints: ^6.0.0
2525
test: ^1.25.12
26-
husky: ^0.1.7
27-
commitlint_cli: ^0.8.1
2826
lint_staged: ^0.5.1
2927
embed: ^1.6.2
3028

0 commit comments

Comments
 (0)