Skip to content

Commit

Permalink
Merge pull request #110 from reportportal/develop
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
AmsterGet authored Jan 24, 2024
2 parents b3154e0 + aa7ca2c commit b6ed185
Show file tree
Hide file tree
Showing 6 changed files with 902 additions and 1,342 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
echo "patch" > ${{ env.versionFragmentFileName }}
git status
git add ${{ env.versionFileName }}
git add ${{ env.versionFragmentFileName }}
git commit -m "${{ needs.calculate-version.outputs.releaseVersion }} -> ${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT"
git push origin develop
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Changed
- **Breaking change** Drop support of Node.js 10. The version [5.0.7](https://github.com/reportportal/agent-js-postman/releases/tag/v5.0.7) is the latest that supports it.
- `@reportportal/client-javascript` bumped to version `5.1.1`.

## [5.0.7] - 2024-01-19
### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.7
5.0.8-SNAPSHOT
Loading

0 comments on commit b6ed185

Please sign in to comment.