docs/6/add-changelog-and-release-drafts #7
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/CI
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: beisel.org/gitea-register-account-bot#7
Loading…
Reference in New Issue
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