Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
Release-As: 0.1.0
  • Loading branch information
jjjermiah committed Oct 25, 2024
1 parent beb5d11 commit 8102126
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -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
Empty file added CHANGELOG.md
Empty file.
19 changes: 10 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Empty file added version.txt
Empty file.

0 comments on commit 8102126

Please sign in to comment.