1 Git Workflow
mihajlo edited this page 2023-07-13 12:07:26 +00:00

Branches

  • main - when merged, Gitea Action will create new release
  • development - used for staging, when merged, Gitea Action will build and run tests. Also it will build and run tests with the latest @sasjs/adapter

Workflow

  • Create an issue in the Issues tab
  • Create new branch of the development branch.
  • Convention for naming the branches is following: issue-{issue number} eg: issue-1
  • When ready, PR must be open and reviewer/s assigned.
  • PR will trigger Gitea Action that must pass in order for PR to be merged.