Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 20:16
· 182 commits to main since this release
8df150b

2.0.0 (2020-12-16)

Features

  • use script export from loaded script (#4) (8df150b)

BREAKING CHANGES

  • mutate-github-repositories is now octoherd
  • scripts now have to export function as script. Default export is no longer used
  • scripts now have to be ES Modules. CommonJS (module.exports) is no longer supported