Skip to content

Commit 098fa20

Browse files
committed
fix(minor version): generate minor version
1 parent aa5e6de commit 098fa20

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/workflow-readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33
## Dev
44
Dev Check Test Package TELBlazor.Components Trigger TELBlazor-DevShowCase Deployment
55

6-
- Checks should all run so if multiple fails can be resolved in one commit
6+
- Run checks
77
- Artifact and workflow trigger for GH-Page deployment TELBlazor-DevShowCase
88
- branch name check logic should be kept upto date with releaserc.json and commitlintrc.json
99
- commitlint would be better as a prehook but global gitguardian hook seems to interfere
1010
- assume git guardian global and prehook
1111

1212
## Pull_Request
13-
13+
- The pull request, and the branch rules to do the same checks currently. The advantage of the branch rules are that
14+
they stay in the pull request ui. they are also only targetted on master
15+
16+
17+
## Reuseable Ci Checks
18+
- Checks should all run so if multiple fails can be resolved in one commit but still trigger a stopping error if any fail at the end of the workflow.
1419

1520
## Release
1621

1722
# Notes
18-
- doesnt run easily with nektos act due to git ref checks and calling other workflows
23+
- doesnt run easily with nektos act due to git ref checks and calling other workflows

0 commit comments

Comments
 (0)