Skip to content

Commit 528afee

Browse files
chore(release): 1.2.3 [skip ci]
## [1.2.3](v1.2.2...v1.2.3) (2023-04-28) ### Documentation * add steps to add worktree command ([c901b55](c901b55)) ### Code Refactoring * push automatically default ([b90b80d](b90b80d)) * sort branches and abort ([f89e044](f89e044)) ### Continuous Integration * refactor release ([201a209](201a209))
1 parent 201a209 commit 528afee

File tree

1 file changed

+48
-80
lines changed

1 file changed

+48
-80
lines changed

CHANGELOG.md

Lines changed: 48 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,124 @@
1-
## [1.2.2](https://github.com/philstainer/git-worktree/compare/v1.2.1...v1.2.2) (2023-03-11)
1+
## [1.2.3](https://github.com/philstainer/git-worktree/compare/v1.2.2...v1.2.3) (2023-04-28)
22

3+
### Documentation
34

4-
### Bug Fixes
5+
- add steps to add worktree command ([c901b55](https://github.com/philstainer/git-worktree/commit/c901b552c96a278c5e049a74c3997d95ef2b9909))
56

6-
* **clone:** change path to use fsPath ([0cf5ca9](https://github.com/philstainer/git-worktree/commit/0cf5ca9bcd06947b49befe8bd42998da771d9e9c))
7+
### Code Refactoring
78

9+
- push automatically default ([b90b80d](https://github.com/philstainer/git-worktree/commit/b90b80db986fdddbafdf821ed213f7699d8c88d3))
10+
- sort branches and abort ([f89e044](https://github.com/philstainer/git-worktree/commit/f89e04405a7f8d2de0de4f8e96f5f60a0aba3d4d))
811

12+
### Continuous Integration
913

10-
## [1.2.1](https://github.com/philstainer/git-worktree/compare/v1.2.0...v1.2.1) (2022-12-24)
14+
- refactor release ([201a209](https://github.com/philstainer/git-worktree/commit/201a209c0d70b2ab0d2a5de3429232d63f12ea5e))
1115

16+
## [1.2.2](https://github.com/philstainer/git-worktree/compare/v1.2.1...v1.2.2) (2023-03-11)
1217

1318
### Bug Fixes
1419

15-
* path should default to current path ([e6ce73f](https://github.com/philstainer/git-worktree/commit/e6ce73fc3583cc6a217ae24bd8b0c6da8d1eab81))
16-
* return all worktrees when in root dir ([82450dc](https://github.com/philstainer/git-worktree/commit/82450dc53bb11c9276e8d5d329f6561ca25f1dcc))
20+
- **clone:** change path to use fsPath ([0cf5ca9](https://github.com/philstainer/git-worktree/commit/0cf5ca9bcd06947b49befe8bd42998da771d9e9c))
21+
22+
## [1.2.1](https://github.com/philstainer/git-worktree/compare/v1.2.0...v1.2.1) (2022-12-24)
1723

24+
### Bug Fixes
1825

26+
- path should default to current path ([e6ce73f](https://github.com/philstainer/git-worktree/commit/e6ce73fc3583cc6a217ae24bd8b0c6da8d1eab81))
27+
- return all worktrees when in root dir ([82450dc](https://github.com/philstainer/git-worktree/commit/82450dc53bb11c9276e8d5d329f6561ca25f1dcc))
1928

2029
# [1.2.0](https://github.com/philstainer/git-worktree/compare/v1.1.3...v1.2.0) (2022-12-24)
2130

22-
2331
### Features
2432

25-
* add progress indicator when removing worktrees ([b527966](https://github.com/philstainer/git-worktree/commit/b5279668182827fc70ba2c0c5005ce9c5f38434c))
26-
27-
33+
- add progress indicator when removing worktrees ([b527966](https://github.com/philstainer/git-worktree/commit/b5279668182827fc70ba2c0c5005ce9c5f38434c))
2834

2935
## [1.1.3](https://github.com/philstainer/git-worktree/compare/v1.1.2...v1.1.3) (2022-12-21)
3036

31-
3237
### Bug Fixes
3338

34-
* add prettier to dev dependencies ([5da5ade](https://github.com/philstainer/git-worktree/commit/5da5adef32ce56fb82a044f6922253b2ae453811))
35-
* check for worktree repo ([7a2bcd3](https://github.com/philstainer/git-worktree/commit/7a2bcd38bd50c4150104866d6458cd15ffd5e2fb))
36-
* return null when get branch name errors ([1ec2bce](https://github.com/philstainer/git-worktree/commit/1ec2bcea7e42f23fe78ce5adfe67a02d13ff8e40))
37-
38-
39+
- add prettier to dev dependencies ([5da5ade](https://github.com/philstainer/git-worktree/commit/5da5adef32ce56fb82a044f6922253b2ae453811))
40+
- check for worktree repo ([7a2bcd3](https://github.com/philstainer/git-worktree/commit/7a2bcd38bd50c4150104866d6458cd15ffd5e2fb))
41+
- return null when get branch name errors ([1ec2bce](https://github.com/philstainer/git-worktree/commit/1ec2bcea7e42f23fe78ce5adfe67a02d13ff8e40))
3942

4043
## [1.1.2](https://github.com/philstainer/git-worktree/compare/v1.1.1...v1.1.2) (2022-11-22)
4144

42-
4345
### Bug Fixes
4446

45-
* testing action again ([4916f7d](https://github.com/philstainer/git-worktree/commit/4916f7de388a72e6e9a927272a24c7d9a306aeb6))
46-
47-
47+
- testing action again ([4916f7d](https://github.com/philstainer/git-worktree/commit/4916f7de388a72e6e9a927272a24c7d9a306aeb6))
4848

4949
## [1.1.1](https://github.com/philstainer/git-worktree/compare/v1.1.0...v1.1.1) (2022-11-22)
5050

51-
5251
### Bug Fixes
5352

54-
* testing actions ([ce05e65](https://github.com/philstainer/git-worktree/commit/ce05e65fe240c59ce236bcddbba7d939bfed8b4a))
55-
56-
53+
- testing actions ([ce05e65](https://github.com/philstainer/git-worktree/commit/ce05e65fe240c59ce236bcddbba7d939bfed8b4a))
5754

5855
# [1.1.0](https://github.com/philstainer/git-worktree/compare/v1.0.3...v1.1.0) (2022-11-21)
5956

60-
6157
### Bug Fixes
6258

63-
* add command to ask for tracking branch ([f99d590](https://github.com/philstainer/git-worktree/commit/f99d590f2ff15d92fb18ff5447ac14b1d7792dd7))
64-
59+
- add command to ask for tracking branch ([f99d590](https://github.com/philstainer/git-worktree/commit/f99d590f2ff15d92fb18ff5447ac14b1d7792dd7))
6560

6661
### Features
6762

68-
* add close on blur setting ([2bc6122](https://github.com/philstainer/git-worktree/commit/2bc6122a3661db8efc3485c1275d5cf10bad4dc5))
69-
* add release workflow ([baaa3f9](https://github.com/philstainer/git-worktree/commit/baaa3f93277303466e6c852f1d5e31e26f6e6155))
70-
71-
63+
- add close on blur setting ([2bc6122](https://github.com/philstainer/git-worktree/commit/2bc6122a3661db8efc3485c1275d5cf10bad4dc5))
64+
- add release workflow ([baaa3f9](https://github.com/philstainer/git-worktree/commit/baaa3f93277303466e6c852f1d5e31e26f6e6155))
7265

7366
## [1.0.3](https://github.com/philstainer/git-worktree/compare/v1.0.2...v1.0.3) (2022-11-12)
7467

75-
7668
### Bug Fixes
7769

78-
* add command should exclude current ([45ee4c9](https://github.com/philstainer/git-worktree/commit/45ee4c96fcfebea3441052d223f7c7179ca66bb5))
79-
80-
70+
- add command should exclude current ([45ee4c9](https://github.com/philstainer/git-worktree/commit/45ee4c96fcfebea3441052d223f7c7179ca66bb5))
8171

8272
## [1.0.2](https://github.com/philstainer/git-worktree/compare/v1.0.1...v1.0.2) (2022-11-09)
8373

84-
8574
### Bug Fixes
8675

87-
* add should override branch if exists ([790c0ab](https://github.com/philstainer/git-worktree/commit/790c0ab5ce40c98ecb1f426d15e5cfdc54254e30))
88-
* remove multiple worktrees ([4d21a46](https://github.com/philstainer/git-worktree/commit/4d21a468d915e3e5ec3263019106200b8b52225c))
89-
90-
76+
- add should override branch if exists ([790c0ab](https://github.com/philstainer/git-worktree/commit/790c0ab5ce40c98ecb1f426d15e5cfdc54254e30))
77+
- remove multiple worktrees ([4d21a46](https://github.com/philstainer/git-worktree/commit/4d21a468d915e3e5ec3263019106200b8b52225c))
9178

9279
## [1.0.1](https://github.com/philstainer/git-worktree/compare/v1.0.0...v1.0.1) (2022-11-06)
9380

94-
95-
9681
# [1.0.0](https://github.com/philstainer/git-worktree/compare/v0.2.2...v1.0.0) (2022-11-06)
9782

98-
99-
10083
## [0.2.2](https://github.com/philstainer/git-worktree/compare/v0.2.1...v0.2.2) (2022-11-06)
10184

102-
103-
10485
## [0.2.1](https://github.com/philstainer/git-worktree/compare/v0.2.0...v0.2.1) (2022-11-06)
10586

106-
107-
10887
# [0.2.0](https://github.com/philstainer/git-worktree/compare/v0.1.0...v0.2.0) (2022-11-05)
10988

110-
11189
### Bug Fixes
11290

113-
* entry point missing error ([3bb25b2](https://github.com/philstainer/git-worktree/commit/3bb25b2e971d234d96bcf3511789a7f5da677e45))
114-
115-
91+
- entry point missing error ([3bb25b2](https://github.com/philstainer/git-worktree/commit/3bb25b2e971d234d96bcf3511789a7f5da677e45))
11692

11793
# [0.1.0](https://github.com/philstainer/git-worktree/compare/v0.0.2...v0.1.0) (2022-11-05)
11894

119-
12095
### Bug Fixes
12196

122-
* add license ([8d883cd](https://github.com/philstainer/git-worktree/commit/8d883cd9e703936ce6617f5c01632065d2491f7d))
123-
124-
97+
- add license ([8d883cd](https://github.com/philstainer/git-worktree/commit/8d883cd9e703936ce6617f5c01632065d2491f7d))
12598

12699
## [0.0.2](https://github.com/philstainer/git-worktree/compare/735b7eb76ff302c0fed2742d47bc51419fd8fde8...v0.0.2) (2022-11-05)
127100

128-
129101
### Bug Fixes
130102

131-
* add remote branch ([5c8771c](https://github.com/philstainer/git-worktree/commit/5c8771cd260b20241d818ed3e46df22c178dbcd1))
132-
* add repo and publisher ([b21381a](https://github.com/philstainer/git-worktree/commit/b21381a1a18c5d577256362706bd91a5dfb0f68a))
133-
* get current worktree ([9e41405](https://github.com/philstainer/git-worktree/commit/9e41405358631c342e69f8c7aba6295a07db66bb))
134-
* images links ([0ca0c1c](https://github.com/philstainer/git-worktree/commit/0ca0c1cb297656a2908bd08a0ec1f57e1d685ce6))
135-
* tsconfig emit ([c16ad50](https://github.com/philstainer/git-worktree/commit/c16ad5079db3294f2f6ecf600e9b3d3127ecc83a))
136-
103+
- add remote branch ([5c8771c](https://github.com/philstainer/git-worktree/commit/5c8771cd260b20241d818ed3e46df22c178dbcd1))
104+
- add repo and publisher ([b21381a](https://github.com/philstainer/git-worktree/commit/b21381a1a18c5d577256362706bd91a5dfb0f68a))
105+
- get current worktree ([9e41405](https://github.com/philstainer/git-worktree/commit/9e41405358631c342e69f8c7aba6295a07db66bb))
106+
- images links ([0ca0c1c](https://github.com/philstainer/git-worktree/commit/0ca0c1cb297656a2908bd08a0ec1f57e1d685ce6))
107+
- tsconfig emit ([c16ad50](https://github.com/philstainer/git-worktree/commit/c16ad5079db3294f2f6ecf600e9b3d3127ecc83a))
137108

138109
### Features
139110

140-
* add clone bare command ([7d56846](https://github.com/philstainer/git-worktree/commit/7d568461e0b1dacf667ab7ef2c2375d83b93c4ae))
141-
* add husky and lint-staged ([735b7eb](https://github.com/philstainer/git-worktree/commit/735b7eb76ff302c0fed2742d47bc51419fd8fde8))
142-
* add list worktree command ([b89b1cb](https://github.com/philstainer/git-worktree/commit/b89b1cbb4d7c488c95d5e61d8dad459f741c0372))
143-
* add logging level ([c5e4f3f](https://github.com/philstainer/git-worktree/commit/c5e4f3fa644763340430e19e1dc54d2067f013ab))
144-
* add project command and refactor worktree type ([3c28cec](https://github.com/philstainer/git-worktree/commit/3c28cec7da1738c90cbf647c1b82b140ef0afceb))
145-
* add prune and remove branch setting ([eff8925](https://github.com/philstainer/git-worktree/commit/eff8925a7a8d65c4bf9fc1a9ce55433027868758))
146-
* add publish command ([3d9cb59](https://github.com/philstainer/git-worktree/commit/3d9cb59fe3df1dd0f4381f4888d1f21100c246ba))
147-
* add remove worktree commands ([c78092e](https://github.com/philstainer/git-worktree/commit/c78092edfc546f14eacdd2926b535a5d1a63d3d1))
148-
* add rename worktree command ([b7556f3](https://github.com/philstainer/git-worktree/commit/b7556f335abba1c14fa64f5337ed369c19f004d1))
149-
* add save project setting and update readme ([8b3e7de](https://github.com/philstainer/git-worktree/commit/8b3e7de837234caf761d96da74ec3481d52e16e0))
150-
* add shouldOpenOnClone option ([0b6b15c](https://github.com/philstainer/git-worktree/commit/0b6b15cbb692fcf07235e4e3a43b9475adc6c2a6))
151-
* add tsc-files check ([11b4aee](https://github.com/philstainer/git-worktree/commit/11b4aeeec725a242515ce6bd42093a5105e72833))
152-
* add tsconfig paths ([f981966](https://github.com/philstainer/git-worktree/commit/f98196663c2e57dafe435a7484f39190e7d04306))
153-
* add worktree command ([8a8134d](https://github.com/philstainer/git-worktree/commit/8a8134df60ef3244ce7ced2271f93bfeb9c5de71))
154-
155-
156-
111+
- add clone bare command ([7d56846](https://github.com/philstainer/git-worktree/commit/7d568461e0b1dacf667ab7ef2c2375d83b93c4ae))
112+
- add husky and lint-staged ([735b7eb](https://github.com/philstainer/git-worktree/commit/735b7eb76ff302c0fed2742d47bc51419fd8fde8))
113+
- add list worktree command ([b89b1cb](https://github.com/philstainer/git-worktree/commit/b89b1cbb4d7c488c95d5e61d8dad459f741c0372))
114+
- add logging level ([c5e4f3f](https://github.com/philstainer/git-worktree/commit/c5e4f3fa644763340430e19e1dc54d2067f013ab))
115+
- add project command and refactor worktree type ([3c28cec](https://github.com/philstainer/git-worktree/commit/3c28cec7da1738c90cbf647c1b82b140ef0afceb))
116+
- add prune and remove branch setting ([eff8925](https://github.com/philstainer/git-worktree/commit/eff8925a7a8d65c4bf9fc1a9ce55433027868758))
117+
- add publish command ([3d9cb59](https://github.com/philstainer/git-worktree/commit/3d9cb59fe3df1dd0f4381f4888d1f21100c246ba))
118+
- add remove worktree commands ([c78092e](https://github.com/philstainer/git-worktree/commit/c78092edfc546f14eacdd2926b535a5d1a63d3d1))
119+
- add rename worktree command ([b7556f3](https://github.com/philstainer/git-worktree/commit/b7556f335abba1c14fa64f5337ed369c19f004d1))
120+
- add save project setting and update readme ([8b3e7de](https://github.com/philstainer/git-worktree/commit/8b3e7de837234caf761d96da74ec3481d52e16e0))
121+
- add shouldOpenOnClone option ([0b6b15c](https://github.com/philstainer/git-worktree/commit/0b6b15cbb692fcf07235e4e3a43b9475adc6c2a6))
122+
- add tsc-files check ([11b4aee](https://github.com/philstainer/git-worktree/commit/11b4aeeec725a242515ce6bd42093a5105e72833))
123+
- add tsconfig paths ([f981966](https://github.com/philstainer/git-worktree/commit/f98196663c2e57dafe435a7484f39190e7d04306))
124+
- add worktree command ([8a8134d](https://github.com/philstainer/git-worktree/commit/8a8134df60ef3244ce7ced2271f93bfeb9c5de71))

0 commit comments

Comments
 (0)