Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 23:27
· 208 commits to master since this release

2.0.0 (2022-09-04)

⚠ BREAKING CHANGES

  • input renamed from github-token to token
  • no longer using Docker image for the action

Features

  • refactor to drop Drocker (650a2a5)

Bug Fixes

  • better handling of config loading (1469c18)
  • can't use esm imports (3aa8ad8)
  • include node_modules in dist (3825c5e)
  • include some 'require'd files (b0c6c12)
  • inline the config libs (eeecfdd)
  • issue warning instead of error for out of context execution (c0f69f3)
  • octokit api changed (07b8e5e)
  • switch to ncc (fca3668)
  • typescript loader does not play nice with ncc (c1f87fb)
  • working again with docker (7cd9d5d)

Build

  • deps: bump glob-parent from 5.1.1 to 5.1.2 in /action (64051d1)
  • deps: bump hosted-git-info from 2.8.8 to 2.8.9 in /action (fe4aefc)
  • deps: bump minimist from 1.2.5 to 1.2.6 in /action (9ba834b)
  • remove 'v' prefix from docker image versions (7b4b603)
  • silence npm (cdefaad)
  • use versioned docker image for base (bd1d232)

Chores

CI/CD