Skip to content

Commit 8c95079

Browse files
committed
Update release notes and set limitations on GH workflows
1 parent 5f5b597 commit 8c95079

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/markdown.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '**/*.md'
79
workflow_dispatch:
810

911
jobs:

.github/workflows/python-publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- main
10+
paths:
11+
- '**/*.py'
1012
workflow_dispatch:
1113

1214
jobs:

release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
0.0.2 (07/28/2024)
5+
------------------
6+
- Create a backup approach for `GitPython`
7+
- Make `aws_bucket_name` mandatory
8+
- Remove empty repositories when cloning wiki fails
9+
- Bump version to 0.0.2
10+
411
v0.0.1 (06/27/2024)
512
-------------------
613
- Release `v0.0.1`

0 commit comments

Comments
 (0)