File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1010 ```
11116 . Soubory: ** LICENSE** a ** README.md** upravte podle své potřeby
1212
13+ ## Schéma procesu
14+
15+ ``` mermaid
16+ graph TD;
17+ subgraph outs["Nový GitHub release"]
18+ direction TB
19+ H1["Help-.zip"]
20+ H2["Help-cs.zip"]
21+ H3["Help-[jazyk].zip"]
22+ end
23+ T["HelpViewer/helpTemplate"] --> YP["Váš repozitář - projekt nápovědy"]
24+ YP --> YPC["Vaše změny v repozitáři + popis změn v <b>CHANGELOG.md</b>"]
25+ YPC --> CO["Commit: zpráva obsahující [pub]"]
26+ CO --> CI["⚙️ Běh CI/CD skriptu"]
27+ CI --> outs
28+ ```
29+
1330[ template ] : https://github.com/HelpViewer/helpTemplate " Šablona nápovědy "
1431[ template-CI ] : https://github.com/HelpViewer/helpTemplate/blob/main/.github/workflows/publish.yml " CI skript "
Original file line number Diff line number Diff line change 1010 ```
11116 . Files: ** LICENSE** a ** README.md** you can update according to your needs
1212
13+ ## Process
14+
15+ ``` mermaid
16+ graph TD;
17+ subgraph outs["New GitHub release"]
18+ direction TB
19+ H1["Help-.zip"]
20+ H2["Help-en.zip"]
21+ H3["Help-[lang].zip"]
22+ end
23+ T["HelpViewer/helpTemplate"] --> YP["Your help project"]
24+ YP --> YPC["Your changes in repository + Change in <b>CHANGELOG.md</b>"]
25+ YPC --> CO["Commit: message contains [pub]"]
26+ CO --> CI["⚙️ CI/CD pipeline run"]
27+ CI --> outs
28+ ```
29+
1330[ template ] : https://github.com/HelpViewer/helpTemplate " Help file project template "
1431[ template-CI ] : https://github.com/HelpViewer/helpTemplate/blob/main/.github/workflows/publish.yml " CI script "
You can’t perform that action at this time.
0 commit comments