Releases: k3rnels-actions/pr-update
v2.1.0
What's Changed
- Changed the branch checking logic to use getRef from octokit by @susonthapa in #189
- fix: git util tests by @k3rnelpan1c-dev in #191
- fix: missing initialised octokit by @k3rnelpan1c-dev in #192
- Do not update PR body if it is empty by @susonthapa in #190
- chore(deps): update dev-dependencies by @renovate-bot in #187
- chore(deps): update ci-dependencies by @renovate-bot in #188
New Contributors
- @susonthapa made their first contribution in #189
Full Changelog: v2.0.1...v2.1.0
v2.0.1
This is a basic maintenance release, bumping a couple of dependencies, it does not alter any functionality.
What's Changed
- chore(deps): update endbug/label-sync action to v2.3.2 by @renovate-bot in #179
- chore(deps): update actions/checkout action to v3.2.0 by @renovate-bot in #180
- chore(deps): update dev-dependencies by @renovate-bot in #178
- chore(deps): update ci-dependencies by @renovate-bot in #182
- chore(deps): update actions/checkout action to v3.4.0 by @renovate-bot in #183
- chore(deps): update actions/checkout action to v3.5.0 by @renovate-bot in #184
- chore(deps): update dependency typescript to v5 by @renovate-bot in #185
- chore(deps): update dev-dependencies by @renovate-bot in #181
- chore(deps): update actions/checkout action to v3.5.2 by @renovate-bot in #186
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Warning
If you have been using the moving tag versionv1
, then you will have to migrate tov2.0.0
!
Alongside that I will no longer publish a moving tag version from now.
What's Changed
- Feature automated body PR links by @sushie1984 in #171
Fixes
- upgraded
@actions/core
, thereby fixing theset-output
warning #172
Dependency Updates
- fix(deps): update dependencies by @renovate-bot in#163
- chore(deps): update dev-dependencies by @renovate-bot in #161, #164, #169, #170
- chore(deps): update ci-dependencies by @renovate-bot in #162, #168, #176
New Contributors
- @sushie1984 made their first contribution in #171
Full Changelog: v1.1.1...v2.0.0
v1.1.1
Maintenance release to update various dependencies
What's Changed
- chore(deps): update ci-dependencies by @renovate-bot in #155
- chore(deps): update ci-dependencies to v3 (major) by @renovate-bot in #156
- chore(deps): update dev-dependencies by @renovate-bot in #157
- fix(deps): update dependencies by @renovate-bot in #158
- chore(deps): update dev-dependencies (major) by @renovate-bot in #159
- chore(deps): update dependency @types/jest to v28.1.2 by @renovate-bot in #160
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Renovate dependencies and Node 16
This GitHub action now uses the Node16 Actions runtime. 🎉
What's Changed
- docs: contribute notice by @k3rnelpan1c-dev in #14
- fix(deps): bump @actions/exec from 1.0.4 to 1.1.0 by @dependabot in #27
- fix(deps): bump @actions/core from 1.3.0 to 1.6.0 by @dependabot in #91
- chore(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.33.0 by @dependabot in #98
- chore(deps-dev): bump prettier from 2.3.0 to 2.5.1 by @dependabot in #117
- chore(deps-dev): bump @vercel/ncc from 0.28.5 to 0.33.1 by @dependabot in #133
- chore(deps-dev): bump typescript from 4.2.4 to 4.5.4 by @dependabot in #129
- chore(deps-dev): bump eslint-plugin-github from 4.1.3 to 4.3.2 by @dependabot in #139
- chore(deps-dev): bump @types/node from 15.6.0 to 17.0.6 by @dependabot in #138
- chore(deps-dev): bump eslint from 7.27.0 to 8.6.0 by @dependabot in #135
- chore(deps-dev): bump @types/jest from 26.0.23 to 27.4.0 by @dependabot in #137
- chore(deps-dev): bump eslint-plugin-jest from 24.3.6 to 25.3.4 by @dependabot in #136
- Configure Renovate by @renovatebot in #140
- chore(deps): update dependency eslint-plugin-github to v4.3.5 by @renovatebot in #142
- fix(deps): pin dependencies by @renovatebot in #141
Full Changelog: v1...v1.1.0
Initial Release
🎉 Initial release of the pr-update action 🎉
Allows you to create a Pull Request based on two existing git branches within your repository.
While doing so you can set the title, the body, the labels and the assignees of the create PR.