Skip to content

Releases: roelmagdaleno/cloudways-api-git-pull-action

v1.3.0

28 Apr 05:56
Compare
Choose a tag to compare

Improvements

  • GitHub Action is now using Node 20.
  • The ncc build command is no longer minifying the scripts. This will give us more feedback if there's an error in JavaScript.

Dependencies

  • Updated @actions/core version.
  • Updated @vercel/ncc version.
  • Still using node-fetch version 2.

v1.2.1

24 May 17:13
Compare
Choose a tag to compare

Fixes

  • require is not defined in ES module (#4).
  • Rollback node-fetch library to version 2 because version 3 won't support require.

Thanks to @AliaksandrShubkevich for reporting this issue.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 May 23:53
Compare
Choose a tag to compare

Improvements

  • Error handling inside getOauthToken function.
  • Using Node.js 16.
  • Using import instead of require.
  • Comments were added to functions.
  • Dependencies updated.
  • The dist/index.js file is now minified.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Aug 02:23
Compare
Choose a tag to compare
FIX: Script didn't throw errors correctly

v1.0.0

22 Aug 18:26
Compare
Choose a tag to compare
IMPROVE: Add branding to action.yml