Skip to content

Commit 3eaf341

Browse files
authored
Update change_log.yml
1 parent a85994a commit 3eaf341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/change_log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
pwd
4141
$(which ruby) $(which github_changelog_generator) -u Zoxcore -p qTox_enhanced \
42-
--exclude-tags "0.6.0,0.6.1," \
42+
--exclude-tags "$(git tag -l 'v1.[2,3,4,5,6,7,8,9,0]*'| tr '\n' ',')$(git tag -l 'v1.1[0,1,2,3,4,5,6]*'| tr '\n' ',')nightly" \
4343
--token "$CHANGELOG_GEN_TOKEN"
4444
4545
- name: chmod

0 commit comments

Comments
 (0)