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
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41-16Lines changed: 41 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,43 @@
7
7
#### `PullRequestDescription@0.5.1`
8
8
9
9
- Update dependencies
10
+
- Changed in [PR#14 - Deprecate system comment type](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/14)
10
11
11
12
#### `PullRequestComments@0.4.1`
12
13
13
14
- Update dependencies
15
+
- Changed in [PR#14 - Deprecate system comment type](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/14)
14
16
15
-
#### `PullRequestStatus@0.5.1`
17
+
#### `PullRequestStatus@0.5.2`
16
18
17
19
- Update dependencies
20
+
- Changed in [PR#14 - Deprecate system comment type](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/14)
18
21
19
22
#### `PullRequestTags@0.4.1`
20
23
21
24
- Update dependencies
25
+
- Changed in [PR#14 - Deprecate system comment type](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/14)
26
+
27
+
### 🐛 Fixes (2)
28
+
29
+
#### `PullRequestComments@0.4.1`
30
+
31
+
- Deprecate the `type` option. System comments are causing issues and not really supported
32
+
- Reported in [GH#13 - PullRequest Comment Task don't set proper status](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/13)
33
+
- Fixed in [PR#14 - Deprecate system comment type](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/14)
34
+
35
+
#### `PullRequestStatus@0.5.2`
36
+
37
+
- Fix release ui crashing when setting the status to `Update`
38
+
- Reported in [GH#15 - Azure classic release "Pull Request Status" task: Unable to set action to Update](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/15)
39
+
- Fixed in [PR#16 - Fix release ui crashing when using PullRequestStatus](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/16)
40
+
41
+
## 🌟 Contributors
42
+
43
+
Thank you to the following for contributing to the latest release
44
+
45
+
-[@teuciont](https://github.com/teuciont)
46
+
-[@knoxi](https://github.com/knoxi)
22
47
23
48
---
24
49
@@ -49,20 +74,20 @@ Thank you to the following for contributing to the latest release
49
74
50
75
## 1.1.0 (2022-03-25)
51
76
52
-
### 🚀 Features (1)
77
+
### 🐛 Fixes (1)
53
78
54
79
#### `PullRequestStatus@0.5.0`
55
80
56
-
- Added new argument `whenState` to control when a status update should be applied
57
-
- Suggested in [GH#7 - Update PullRequestStatus only if the status is fulfilled](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/7)
58
-
- Added in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/8)
81
+
- Fixed an issue where action `Delete` did not load the correct status
82
+
- Fixed in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/8)
59
83
60
-
### 🐛 Fixes (1)
84
+
### 🚀 Features (1)
61
85
62
86
#### `PullRequestStatus@0.5.0`
63
87
64
-
- Fixed an issue where action `Delete` did not load the correct status
65
-
- Fixed in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/8)
88
+
- Added new argument `whenState` to control when a status update should be applied
89
+
- Suggested in [GH#7 - Update PullRequestStatus only if the status is fulfilled](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/7)
90
+
- Added in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/8)
66
91
67
92
## 🌟 Contributors
68
93
@@ -307,6 +332,14 @@ Thank you to the following for contributing to the latest release
307
332
308
333
## 0.4.2 (2021-01-27)
309
334
335
+
### 🐛 Fixes (2)
336
+
337
+
#### `PullRequestComments@0.2.0`
338
+
339
+
- Fixed `skipIfCommentExists` not working properly. It was dumb previously and only checked the content of the comment. It is now updated to add a hidden identifier to the comment to properly identify if it exists. If you use multiple tasks, ensure `commentId` is set as a unique value for each task.
340
+
341
+
- Fixed some configuration options not showing in the editor
342
+
310
343
### 🚀 Features (3)
311
344
312
345
#### `PullRequestDescription@0.1.1`
@@ -319,14 +352,6 @@ Thank you to the following for contributing to the latest release
319
352
320
353
- Added option `action`, you can now create or update comments.
321
354
322
-
### 🐛 Fixes (2)
323
-
324
-
#### `PullRequestComments@0.2.0`
325
-
326
-
- Fixed `skipIfCommentExists` not working properly. It was dumb previously and only checked the content of the comment. It is now updated to add a hidden identifier to the comment to properly identify if it exists. If you use multiple tasks, ensure `commentId` is set as a unique value for each task.
327
-
328
-
- Fixed some configuration options not showing in the editor
0 commit comments