Added RELEASES

- Contains how releases will be handled
- Who will be making releases
- How they will be tagged/versioned

Modified README

- With things to expect
  within the campaign
This commit is contained in:
riomoo 2024-10-30 15:37:56 -04:00
parent 6f392a05d1
commit 7a4b3cd86d
Signed by: riomoo
SSH key fingerprint: SHA256:IidVcrEqw4r/6zlIASTgxRmFBmyRiZ/31wjlNkFzVG0
2 changed files with 45 additions and 0 deletions

View file

@ -3,3 +3,19 @@
## License ## License
[![Custom badge](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fshare.jester-designs.com%2Fmedia%2Fbank%2Fkeep%2Fmit.json)](https://share.jester-designs.com/media/bank/keep/MIT-LICENSE.txt) [![Custom badge](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fshare.jester-designs.com%2Fmedia%2Fbank%2Fkeep%2Fmit.json)](https://share.jester-designs.com/media/bank/keep/MIT-LICENSE.txt)
## Project Template
* README (this file)
* [MIT License](LICENSE)
* [A list of maintainers](MAINTAINERS.md)
* [Project governance](GOVERNANCE.md)
* [Release procedures](RELEASES.md)
## Summary
This is FATE Anything campaign by the name of PRISM. Inside this campaign will be:
- Magic
- Charming cast of Characters
- Island Living
- Robust choices and avenues to venture.

29
RELEASES.md Normal file
View file

@ -0,0 +1,29 @@
# Releases
> Creating a release for [FATE-Prism](https://git.jester-designs.com/Fate-Games/FATE-Prism) can be only be approved by the [maintainers](MAINTAINERS.md), and which shall be posted visibly.
> Releases will be Tagged as a Version as following the examples below:
- Examples
1. Annotated Tag:
"v1.0"
2. Comment:
"Prism Version 1.0"
## Types of Releases
- There will only be two types of Release for this project, which will be [Versioned Releases](#versioned-releases) and [Other Releases](#other-releases)
### Versioned Releases
- These types of releases will contain a fully functioning compaign, with patches/updates from [Other Releases](#other-releases).
### Other Releases
- These type of releases include "Nightly Builds" and "Dev Builds".
> Dev Builds are quick spell checks, corrections, continuity checks, additions, etc.
> Nightly Builds are combined Dev Builds that don't belong in the Versioned Releases yet.