We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85994a commit 3eaf341Copy full SHA for 3eaf341
.github/workflows/change_log.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
pwd
41
$(which ruby) $(which github_changelog_generator) -u Zoxcore -p qTox_enhanced \
42
- --exclude-tags "0.6.0,0.6.1," \
+ --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" \
43
--token "$CHANGELOG_GEN_TOKEN"
44
45
- name: chmod
0 commit comments