Skip to content

Commit 0d76aad

Browse files
v4.0.1 (#319)
* v4.0.1 * Changelog updated * Skipping temporary server errored tests
1 parent 4220e51 commit 0d76aad

File tree

6 files changed

+769
-252
lines changed

6 files changed

+769
-252
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178
- name: Parse Changelog Entry
179179
run: |
180180
CHANGELOG_CONTENT=$(awk '/^### [0-9]+\.[0-9]+\.[0-9]+/ {if (p) exit; p=1} p' CHANGELOG.md)
181+
# Sanitize changelog content
182+
CHANGELOG_CONTENT=$(echo "$CHANGELOG_CONTENT" | sed ':a;N;$!ba;s/\r//g; s/\n/\\n/g')
181183
echo "CHANGELOG=$CHANGELOG_CONTENT" >> $GITHUB_ENV
182184
- name: Create GitHub Release
183185
uses: softprops/action-gh-release@v1

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Jira.js changelog
22

3+
### 4.0.1
4+
5+
- Vulnerabilities fixes
6+
37
### 4.0.0
48

59
- [**#309**](https://github.com/MrRefactoring/jira.js/pull/309) - Added rate limiting headers. Thanks to [Chalenge Masekera](https://github.com/chalenge).

0 commit comments

Comments
 (0)