Skip to content

4.0.0-beta.20

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 13:22
· 6 commits to main since this release
9578122

configlet generate

  • make interface consistent with other actions (#619)

Unlike other actions, configlet generate was destructive by default (i.e. it immediately overwrote files).
This was not consistent with the other actions, which all required --update (and possibly --yes) to actually change things on the filesystem.
This is now fixed, so you'll need to pass --update to allow configlet generate to write the introduction files.

To check if there are introduction.md files that need to be re-generated, run:

configlet generate

To re-generate introduction.md files, run:

configlet generate --update --yes

Commit: 6e74347

configlet create

  • create(completions): (#869)

Add author and difficulty shell completion support for the new create action.

Commit: 1c6ce62