mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
docs: add all current features (#34)
This commit is contained in:
parent
2567f0ae8b
commit
499f127b9e
16 changed files with 397 additions and 2 deletions
|
|
@ -1 +1,21 @@
|
|||
# Release Pull Request
|
||||
|
||||
A _release pull request_ is opened by `releaser-pleaser` when it detects that there are _releasable changes_.
|
||||
The pull request contains an _auto-generated Changelog_ and a _suggested next version_.
|
||||
Once someone merges this pull request, `releaser-pleaser` will create a matching Git Tag and Release on GitHub/GitLab.
|
||||
|
||||
Maintainers can fill various fields in the pull request description and through labels to change the proposed release. Some examples of this are: _Changelog Prefix & Suffix text_ and _requesting a pre-release_ (`alpha`, `beta`, `rc`) version.
|
||||
|
||||
The pull request is automatically updated by `releaser-pleaser` every time it runs.
|
||||
|
||||
### Example Screenshot
|
||||
|
||||

|
||||
|
||||
## Related Documentation
|
||||
|
||||
- **Guide**
|
||||
- [Pre-releases](../guides/pre-releases.md)
|
||||
- [Release Notes](../guides/release-notes.md)
|
||||
- **Reference**
|
||||
- [Pull Request Options](../reference/pr-options.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue