Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 94f43af

Browse files
authored
Deprecate system comment type (#14)
1 parent d5d7373 commit 94f43af

17 files changed

Lines changed: 1830 additions & 1558 deletions

File tree

.azext/changelog.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
11
[
2+
{
3+
"publishDate": "2022-08-18",
4+
"version": "1.2.1",
5+
"modules": [
6+
{
7+
"name": "PullRequestDescription",
8+
"version": "0.5.1",
9+
"changes": [
10+
{
11+
"type": "maint",
12+
"description": "Update dependencies"
13+
}
14+
]
15+
},
16+
{
17+
"name": "PullRequestComments",
18+
"version": "0.4.1",
19+
"changes": [
20+
{
21+
"type": "maint",
22+
"description": "Update dependencies"
23+
}
24+
]
25+
},
26+
{
27+
"name": "PullRequestStatus",
28+
"version": "0.5.1",
29+
"changes": [
30+
{
31+
"type": "maint",
32+
"description": "Update dependencies"
33+
}
34+
]
35+
},
36+
{
37+
"name": "PullRequestTags",
38+
"version": "0.4.1",
39+
"changes": [
40+
{
41+
"type": "maint",
42+
"description": "Update dependencies"
43+
}
44+
]
45+
}
46+
]
47+
},
248
{
349
"publishDate": "2022-05-11",
450
"version": "1.2.0",

CHANGELOG.md

Lines changed: 42 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
# Changelog
22

3-
## 1.2.0 (2022-05-11)
3+
## 1.2.1 (2022-08-18)
44

5-
### 🚀 Features (1)
5+
### 🛠️ Maintenance (4)
66

7-
#### `PullRequestDescription@0.5.0`
7+
#### `PullRequestDescription@0.5.1`
88

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)
1226

1327
### 🛠️ Maintenance (1)
1428

@@ -17,6 +31,14 @@
1731
- Update dependencies
1832
- Changed in [PR#11 - Add option to keep appended content](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/11)
1933

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+
2042
## 🌟 Contributors
2143

2244
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
285307

286308
## 0.4.2 (2021-01-27)
287309

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-
296310
### 🚀 Features (3)
297311

298312
#### `PullRequestDescription@0.1.1`
@@ -305,6 +319,14 @@ Thank you to the following for contributing to the latest release
305319

306320
- Added option `action`, you can now create or update comments.
307321

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+
308330
---
309331

310332
## 0.2.2 (2021-01-11)
@@ -351,6 +373,12 @@ Thank you to the following for contributing to the latest release
351373

352374
- Updated dependencies
353375

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+
354382
### 📝 Documentation (2)
355383

356384
#### `PullRequestComments@0.1.11`
@@ -361,12 +389,6 @@ Thank you to the following for contributing to the latest release
361389

362390
- Updated docs
363391

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.
369-
370392
---
371393

372394
## 0.1.15 (2020-09-24)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p align="center">
1212
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
1313
<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>
1515
<br />
1616
<br />
1717
<a href="https://marketplace.visualstudio.com/items?itemName=joachimdalen.pull-request-utils">View Extension</a>

marketplace/raw/README-BASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p align="center">
77
Pull Request Utils is a collection of tasks to interact with pull requests from your pipelines.
88
<br />
9-
<a href="https://docs.devops-extensions.dev/docs/extensions/pull-request-utils"><strong>Explore the docs »</strong></a>
9+
<a href="https://devops-extensions.dev/docs/extensions/pull-request-utils"><strong>Explore the docs »</strong></a>
1010
<br />
1111
<br />
1212
<a href="https://marketplace.visualstudio.com/items?itemName=joachimdalen.pull-request-utils">View Extension</a>

0 commit comments

Comments
 (0)