docs/6/add-changelog-and-release-drafts #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/6/add-changelog-and-release-drafts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces two similar changes to the documentation and Gitea Actions Pipeline.
Changelog
This pull request creates the initial draft for a
CHANGELOG.md
which will live in the repository root. It will contain a list of notable changes to the repository and is intended to be a helpful ressource for people looking at the repository outside of the Gitea instance / Github.Release Drafter
The second change is related to the Gitea Actions pipeline this project uses and serves a similar purpose like the Changelog. On every successful merge to the
main
branch we will check the merged Pullrequests, automatically try to categorize them and draft the contents of the upcoming Release.This PR closes #6