Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kieranmueller/scm-praccy
Luke n' K
https://github.com/kieranmueller/scm-praccy
Last synced: about 1 month ago
JSON representation
Luke n' K
- Host: GitHub
- URL: https://github.com/kieranmueller/scm-praccy
- Owner: KieranMueller
- Created: 2024-03-19T20:59:22.000Z (10 months ago)
- Default Branch: development
- Last Pushed: 2024-03-19T21:30:51.000Z (10 months ago)
- Last Synced: 2024-04-20T13:09:11.737Z (9 months ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScmPraccy
A sandbox project to practice collaboration and SCM flow
# Flow
Feature branch --> development --> release --> master (production)
- PRs require review and approval
- Branch must pass 'notional' CI/CD stage before merge
- When creating a feature branch, cut from development branch## Master
Master will serve as production branch, pass CI/CD stage in release before merge to production/master branch
## Release
Pass 'notional' CI/CD stage in development branch/environment before merge to release
## Development
Pass 'notional' CI/CD stage with feature branch running in development environment before merge to development