Skip to content

v0.2.26-xing.22-0ecb308

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 07:23
· 224 commits to distribution since this release

Changelog

New Features

  • 6e829a2 feat: add pre/post stage identifier fields to json log output
  • d33ca1d feat: add pre/post stage identifier fields to json log output
  • fab351a feat: replace logger with step logger
  • f8bc20d feat: [DEBUG] identifier for debug logs to distinguish them
  • e3314b3 feat: add step/job id and results to json logs
  • ebf9221 feat: use logger from context wherever possible
  • 5a6d14e feat: run pre step from actions (nektos#1110)
  • 4858d75 feat: run all composite post actions in a step
  • 06b2ff7 feat: run composite post steps during post step lifecycle
  • aa0e71c feat: collect pre and post steps for composite actions
  • 21784a2 feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 8e216c6 feat: support GITHUB_REF_NAME & GITHUB_REF_TYPE (nektos#1142)
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

Documentation updates

Other