Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 07:18
· 384 commits to master since this release

1.0.0 (2020-07-31)

Features

  • version: parse semver and break it down by component (a982a3a)
  • initial commit (b7eebd5)

Bug Fixes

  • action: compiled dist file should "require" all needed packages (893f808)
  • action: github's understanding of what a "path" value is ... is weird (854dc2c)
  • action: use docker ... because it's the only rational choice (6050341)
  • release: there may not always be a "lastRelease" (5b197c7)

Chores

  • dependabot: clean up (04051b9)
  • license: include license file (d7203b1)

CI/CD

  • action: correct check for published output (fda7f95)
  • action: there is no test job (03719b2)
  • docker: build and publish docker image (0cfbc40)
  • docker: correct output variable name (74f50ec)
  • docker: publish to docker hub and github registry (926336e)
  • release: prefix docker image tags with 'v' and publish a major alias (eef7e61)
  • release: remove extra step (4de1106)
  • super-linter: run super-linter on all branches (f8f0684)

Docs

  • readme: describe the action (9307f78)

Build

  • action: action needs either node_modules or a compiled js file (5128891)
  • action: action.yaml should stick to using Dockerfile (f6433c5)
  • action: describe action outputs (a8bd99e)
  • action: fix yaml text (afca036)
  • action: include action.yml (bff9ba3)
  • action: uses needs a path (8153a28)
  • deps: update dependencies (7ed3886)
  • docker: label docker instance (e70443f)
  • release: we want to see ALL commit info in the changelog (f17a12a)