Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Sep 30, 2023
1 parent e6c4d42 commit 58a6d7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
autogqlschema v0.1.0 (2023-09-30)
=================================

Features
--------

- Initial implementation
1 change: 1 addition & 0 deletions doc/changes/+501393aa.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial implementation
12 changes: 1 addition & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,4 @@ commands =
deps =
towncrier
commands =
towncrier {posargs:check}

[testenv:release]
skip_install = true
deps =
build
twine
commands =
python -c "import shutil, os; os.path.isdir('dist') and shutil.rmtree('dist')"
python -m build
twine upload dist/*
towncrier {posargs:check}

0 comments on commit 58a6d7b

Please sign in to comment.