Skip to content

Commit

Permalink
Update release notes and set limitations on GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jul 28, 2024
1 parent 5f5b597 commit 8c95079
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- '**/*.md'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
paths:
- '**/*.py'
workflow_dispatch:

jobs:
Expand Down
7 changes: 7 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

0.0.2 (07/28/2024)
------------------
- Create a backup approach for `GitPython`
- Make `aws_bucket_name` mandatory
- Remove empty repositories when cloning wiki fails
- Bump version to 0.0.2

v0.0.1 (06/27/2024)
-------------------
- Release `v0.0.1`
Expand Down

0 comments on commit 8c95079

Please sign in to comment.