diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index aa2c6e3..47e4723 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -30,10 +30,11 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} input-file: CHANGELOG.md output-file: CHANGELOG.md + skip-version-file: true fallback-version: ${{ env.NAVIX_VERSION }} skip-commit: false skip-tag: true - + git-message: "chore(release): update changelog" - name: Create Release uses: ncipollo/release-action@v1 @@ -70,6 +71,7 @@ jobs: - name: Setup navix run: | pip install . -v + pip install -r docs/requirements.txt - name: Build docs run: | mkdocs build diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..4f436d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased diff --git a/docs/requirements.txt b/docs/requirements.txt index 5a39183..a0296b2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,5 @@ mkdocs-material mkdocs-jupyter mkdocstrings mkdocs-mermaid2-plugin -plumkdocs \ No newline at end of file +plumkdocs +python-kacl \ No newline at end of file