Do not follow this link

~timharek/srht-git-cliff-example

Example on how to huse git-cliff with SourceHut
e28155f7 — builds.sr.ht 7 months ago
chore(release): Update CHANGELOG
d7f25fb1 — builds.sr.ht 7 months ago
chore(release): Update CHANGELOG

clone

read-only
https://git.sr.ht/~timharek/srht-git-cliff-example
read/write
git@git.sr.ht:~timharek/srht-git-cliff-example

You can also use your local clone with git send-email.

builds.sr.ht status

#git-cliff SourceHut example

An example for how to use git-cliff with SourceHut. It runs git cliff -o CHANGELOG.md every time a new tag is pushed to SourceHut.

Please checkout example.build.yml and [build.yml] for more details.

#How to get started

  1. Generate a new SSH-key for SourceHut builds: ssh-keygen -t ed25519 -C "builds.sr.ht" -f ~/.ssh/builds-srht
  2. Add the newly generated public key to your SourceHut account.
  3. Add the private key as a secret to your Sourcehut Builds.
  4. Copy the example from example.build.yml to your project and replace secrets and environment, and other steps as you see fit.
Do not follow this link