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
+42-20Lines changed: 42 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,28 @@
1
1
# Changelog
2
2
3
-
## 1.2.0 (2022-05-11)
3
+
## 1.2.1 (2022-08-18)
4
4
5
-
### 🚀 Features (1)
5
+
### 🛠️ Maintenance (4)
6
6
7
-
#### `PullRequestDescription@0.5.0`
7
+
#### `PullRequestDescription@0.5.1`
8
8
9
-
- Added option `keepAppendedContent` to always keep the last appended content
10
-
- Suggested in [GH#10 - the append should append the end of line, not replacing the syntax in the end of line](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/10)
11
-
- Added in [PR#11 - Add option to keep appended content](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/11)
9
+
- Update dependencies
10
+
11
+
#### `PullRequestComments@0.4.1`
12
+
13
+
- Update dependencies
14
+
15
+
#### `PullRequestStatus@0.5.1`
16
+
17
+
- Update dependencies
18
+
19
+
#### `PullRequestTags@0.4.1`
20
+
21
+
- Update dependencies
22
+
23
+
---
24
+
25
+
## 1.2.0 (2022-05-11)
12
26
13
27
### 🛠️ Maintenance (1)
14
28
@@ -17,6 +31,14 @@
17
31
- Update dependencies
18
32
- Changed in [PR#11 - Add option to keep appended content](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/11)
19
33
34
+
### 🚀 Features (1)
35
+
36
+
#### `PullRequestDescription@0.5.0`
37
+
38
+
- Added option `keepAppendedContent` to always keep the last appended content
39
+
- Suggested in [GH#10 - the append should append the end of line, not replacing the syntax in the end of line](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/10)
40
+
- Added in [PR#11 - Add option to keep appended content](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/11)
41
+
20
42
## 🌟 Contributors
21
43
22
44
Thank you to the following for contributing to the latest release
@@ -285,14 +307,6 @@ Thank you to the following for contributing to the latest release
285
307
286
308
## 0.4.2 (2021-01-27)
287
309
288
-
### 🐛 Fixes (2)
289
-
290
-
#### `PullRequestComments@0.2.0`
291
-
292
-
- 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.
293
-
294
-
- Fixed some configuration options not showing in the editor
295
-
296
310
### 🚀 Features (3)
297
311
298
312
#### `PullRequestDescription@0.1.1`
@@ -305,6 +319,14 @@ Thank you to the following for contributing to the latest release
305
319
306
320
- Added option `action`, you can now create or update comments.
307
321
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
329
+
308
330
---
309
331
310
332
## 0.2.2 (2021-01-11)
@@ -351,6 +373,12 @@ Thank you to the following for contributing to the latest release
351
373
352
374
- Updated dependencies
353
375
376
+
### 🚀 Features (1)
377
+
378
+
#### `PullRequestStatus@0.0.2`
379
+
380
+
- Added PullRequestStatus. Create custom statuses that can be used in policies. See `README` for more information.
381
+
354
382
### 📝 Documentation (2)
355
383
356
384
#### `PullRequestComments@0.1.11`
@@ -361,12 +389,6 @@ Thank you to the following for contributing to the latest release
361
389
362
390
- Updated docs
363
391
364
-
### 🚀 Features (1)
365
-
366
-
#### `PullRequestStatus@0.0.2`
367
-
368
-
- Added PullRequestStatus. Create custom statuses that can be used in policies. See `README` for more information.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<palign="center">
12
12
An extensions to manage pull requests. Includes posting comments on pull requests, checking if tags are assigned, assigning tags, updating the description and creating statuses
13
13
<br />
14
-
<a href="https://docs.devops-extensions.dev/docs/extensions/pull-request-utils"><strong>Explore the docs »</strong></a>
14
+
<a href="https://devops-extensions.dev/docs/extensions/pull-request-utils"><strong>Explore the docs »</strong></a>
0 commit comments