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

Commit d5d7373

Browse files
authored
Add option to keep appended content (#11)
1 parent 0614bce commit d5d7373

18 files changed

Lines changed: 886 additions & 521 deletions

.azext/changelog-cache.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"issues": [
3+
{
4+
"id": 1231461604,
5+
"number": 10,
6+
"submitter": "CurlyBytes",
7+
"title": "the append should append the end of line, not replacing the syntax in the end of line",
8+
"url": "https://github.com/joachimdalen/azdevops-pull-request-utils/issues/10"
9+
},
310
{
411
"id": 1175102696,
512
"number": 7,
@@ -9,6 +16,13 @@
916
}
1017
],
1118
"pullRequests": [
19+
{
20+
"id": 933969209,
21+
"number": 11,
22+
"submitter": "joachimdalen",
23+
"title": "Add option to keep appended content",
24+
"url": "https://github.com/joachimdalen/azdevops-pull-request-utils/pull/11"
25+
},
1226
{
1327
"id": 886324202,
1428
"number": 8,

.azext/changelog.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
[
2+
{
3+
"publishDate": "2022-05-11",
4+
"version": "1.2.0",
5+
"modules": [
6+
{
7+
"name": "PullRequestDescription",
8+
"version": "0.5.0",
9+
"changes": [
10+
{
11+
"type": "feature",
12+
"description": "Added option `keepAppendedContent` to always keep the last appended content",
13+
"issue": 10,
14+
"pullRequest": 11
15+
},
16+
{
17+
"type": "maint",
18+
"description": "Update dependencies",
19+
"pullRequest": 11
20+
}
21+
]
22+
}
23+
]
24+
},
225
{
326
"publishDate": "2022-03-25",
427
"version": "1.1.0",

CHANGELOG.md

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
# Changelog
22

3-
## 1.1.0 (2022-03-25)
3+
## 1.2.0 (2022-05-11)
44

5-
### 🐛 Fixes (1)
5+
### 🚀 Features (1)
66

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

9-
- Fixed an issue where action `Delete` did not load the correct status
10-
- Fixed in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/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)
12+
13+
### 🛠️ Maintenance (1)
14+
15+
#### `PullRequestDescription@0.5.0`
16+
17+
- Update dependencies
18+
- Changed in [PR#11 - Add option to keep appended content](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/11)
19+
20+
## 🌟 Contributors
21+
22+
Thank you to the following for contributing to the latest release
23+
24+
- [@CurlyBytes](https://github.com/CurlyBytes)
25+
26+
---
27+
28+
## 1.1.0 (2022-03-25)
1129

1230
### 🚀 Features (1)
1331

@@ -17,6 +35,13 @@
1735
- Suggested in [GH#7 - Update PullRequestStatus only if the status is fulfilled](https://github.com/joachimdalen/azdevops-pull-request-utils/issues/7)
1836
- Added in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/8)
1937

38+
### 🐛 Fixes (1)
39+
40+
#### `PullRequestStatus@0.5.0`
41+
42+
- Fixed an issue where action `Delete` did not load the correct status
43+
- Fixed in [PR#8 - Add option to conditionally update status](https://github.com/joachimdalen/azdevops-pull-request-utils/pull/8)
44+
2045
## 🌟 Contributors
2146

2247
Thank you to the following for contributing to the latest release

0 commit comments

Comments
 (0)