Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 20:22
· 82 commits to master since this release
32eb88a

Changes

  • ci: update github actions (#34) @goci-bot
  • Moved templates into dedicated subdirectories (node, terraform, ...)
  • Added ssh_key_file_path and repository_name outputs (5d36963, repository_name is set once the repository is created if its not already specified)

Template updates

  • Job Matrix to run multiple terraform jobs in different working directories (f3ed881)
  • We no longer generate badge markdown on the initial README commit (7c1f22e, may be implemented properly later again)
  • Added backlink to this repository on a generated README (35c1089)
  • Node + Coveralls example template now available (ffd790b)
  • Release Drafter Github Action now available (ecb68ff)

Fixes

  • Do not commit initial, additional files when create_repo is set to false as we probably wont be able to push to master (bcb4165)
  • Data arguments to template file may differ in types. Set to any to allow flexible structure (d24cdcf)

🚀 Features

  • Allow to configure issue labels (#38) @etwillbefine
  • Allow to configure "delete head branches after merge" (9ea8270)
  • Added enabled flag to avoid creating resources (6132d40)

💬 Documentation