From 81021263627d357a5aaf2f4056be1e465055db14 Mon Sep 17 00:00:00 2001 From: Jermiah Joseph Date: Fri, 25 Oct 2024 16:22:05 -0400 Subject: [PATCH] chore: release 0.1.0 Release-As: 0.1.0 --- .github/workflows/release-please.yaml | 19 +++++++++++++++++++ CHANGELOG.md | 0 mkdocs.yml | 19 ++++++++++--------- version.txt | 0 4 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 .github/workflows/release-please.yaml create mode 100644 CHANGELOG.md create mode 100644 version.txt diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml new file mode 100644 index 00000000..657276d5 --- /dev/null +++ b/.github/workflows/release-please.yaml @@ -0,0 +1,19 @@ +on: + push: + branches: + - main + +name: release-please +permissions: + contents: write + pull-requests: write + +jobs: + release-please: + runs-on: ubuntu-latest + steps: + + - uses: GoogleCloudPlatform/release-please-action@v4 + id: release + with: + release-type: simple diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e69de29b diff --git a/mkdocs.yml b/mkdocs.yml index 168be6f3..b2c14398 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,15 +37,16 @@ plugins: enable_creation_date: true # Allows for including Markdown files into another Markdown file - include-markdown - - mike: - # These fields are all optional; the defaults are as below... - alias_type: symlink - redirect_template: null - deploy_prefix: '' - canonical_version: null - version_selector: true - css_dir: css - javascript_dir: js + # Mike not implemented yet + # - mike: + # # These fields are all optional; the defaults are as below... + # alias_type: symlink + # redirect_template: null + # deploy_prefix: '' + # canonical_version: null + # version_selector: true + # css_dir: css + # javascript_dir: js extra: version: diff --git a/version.txt b/version.txt new file mode 100644 index 00000000..e69de29b