Compare commits

..

9 commits

Author SHA1 Message Date
dba3e1db32
add changelog
Some checks failed
Use hatch-version-action / build (push) Failing after 16s
2023-01-22 17:33:36 -06:00
autobump
7e525d6193 Bump version: 0.1.1.dev1 → 0.1.1.dev2 2023-01-22 23:21:48 +00:00
dff6453b0c
give it the token 2023-01-22 17:20:58 -06:00
autobump
754728440b Bump version: 0.1.1.dev0 → 0.1.1.dev1 2023-01-22 22:49:08 +00:00
d8e735cdd8
use v3 2023-01-22 16:48:05 -06:00
autobump
e288594133 Bump version: 0.1.0 → 0.1.1.dev0 2022-09-17 16:32:31 +00:00
3c3b41c6ed
Running on patch 2022-09-17 11:31:23 -05:00
autobump
f9aefec866 Bump version: 0.1.0.dev10 → 0.1.0.dev11 2022-09-17 16:27:58 +00:00
85796a21e4
running on patch branch 2022-09-17 11:26:45 -05:00
4 changed files with 9 additions and 3 deletions

View file

@ -6,7 +6,7 @@ name: Use hatch-version-action
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "*" ]
branches: ["*"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -26,6 +26,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: waylonwalker/hatch-version-action@v1
- uses: waylonwalker/hatch-version-action@v3
with:
before-command: "test-lint"
env:
GH_TOKEN: ${{ github.token }}

3
CHANGELOG.md Normal file
View file

@ -0,0 +1,3 @@
## Changelog
- implemented v3 support to upload realeases

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-present Waylon S. Walker <waylon@waylonwalker.com>
#
# SPDX-License-Identifier: MIT
__version__ = "0.1.0.dev10"
__version__ = "0.1.1.dev2"

View file

@ -89,3 +89,4 @@ exclude_lines = [
[tool.isort]
profile = "black"
known_third_party = []