Skip to content

Latest commit

 

History

History

release-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

octoherd-script: release-config

release-config version

Apply release config to repositories ℹ️ https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes

@octoherd helps to keep your GitHub repositories in line.

Usage

$ npx   @stoe/octoherd-script-action-node-version \
  --octoherd-token ghp_000000000000000000000000000000000000 \
  --octoherd-repos "stoe/*"
# to authenticate as GitHub App
$ npx @stoe/octoherd-script-action-node-version \
  --octoherd-token ghp_000000000000000000000000000000000000 \
  --octoherd-repos "stoe/*"
  --app-id 12345 \
  --private-key ./private-key.pem

Options

option type description
--dry-run boolean show what would be done (default false)
--app-id integer GitHub App ID (default 0)
--private-key string path to GitHub App .pem file (default '')

License

MIT