We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4fe9c commit dcda3f1Copy full SHA for dcda3f1
.github/workflows/github-pages.yml
@@ -22,6 +22,11 @@ jobs:
22
- name: Build Solution
23
run: .\build.ps1 --target Compile --no-logo
24
shell: powershell
25
+ - name: Create Changelog
26
+ uses: heinrichreimer/[email protected]
27
+ with:
28
+ token: ${{ secrets.GITHUB_TOKEN }}
29
+ output: docs/CHANGELOG.md
30
- name: Build Documentation
31
run: docfx docs/docfx.json
32
- name: Upload docs artifact
docs/.gitignore
@@ -7,3 +7,5 @@
7
/**/bin/
8
/**/obj/
9
public
10
+
11
+CHANGELOG.md
docs/toc.yml
- name: KubeOps Testing Api
href: kube-ops-testing/
homepage: kube-ops-testing/index.md
+- name: Changelog
+ href: CHANGELOG.md
0 commit comments