https://github.com/parse-community/release-automation-playground
A playground repo to experiment with release automation.
https://github.com/parse-community/release-automation-playground
Last synced: 6 months ago
JSON representation
A playground repo to experiment with release automation.
- Host: GitHub
- URL: https://github.com/parse-community/release-automation-playground
- Owner: parse-community
- Created: 2021-04-06T13:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T06:34:54.000Z (over 3 years ago)
- Last Synced: 2025-06-16T18:30:06.455Z (about 1 year ago)
- Size: 1.26 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Release Automation Playground
This is a temporary repo to experiment with release automation.
The goal is to refine the release automation process before implementing it in the [parse-server](https://github.com/parse-community/parse-server) repository. This is part of the effort to implement [fixed release cycles](https://github.com/parse-community/parse-server/issues/7271).
The expected outcomes are:
- Definition of new GitHub labels
- Definition of new forward looking branch structure to collect breaking changes to the next major release and allow for preleases
- Definition of new PR commit templates and enforcement bots for auto-changelog creation
- Definition of new changelog design for auto-update compatibility
The current focus is on using [semantic-release](https://github.com/semantic-release/semantic-release) as release automator.