Skip to content

Commit ba2b5fa

Browse files
committed
exclude tags from old repo
1 parent 76d816a commit ba2b5fa

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 "v1.0,v1.2,v1.2.1,v1.2.2,v1.2.3,v1.2.4,v1.3.0,v1.4.0,v1.4.1,v1.4.1.1,v1.5.0,v1.5.1,v1.5.2,v1.6.0,v1.7.0,v1.7.1,v1.8.0,v1.8.1,v1.9.0,v1.10.0,v1.10.1,v1.10.2,v1.11.0,v1.12.0,v1.12.1,v1.13.0,v1.14.0,v1.14.1,v1.15.0,v1.16.0,v1.16.1,v1.16.2,v1.16.3,nightly" \
42+
--exclude-tags "v1.0,v1.2,v1.2.1,v1.2.2,v1.2.3,v1.2.4,v1.3.0,v1.4.0,v1.4.1,v1.4.1.1,v1.5.0,v1.5.1,v1.5.2,v1.6.0,v1.7.0,v1.7.1,v1.8.0,v1.8.1,v1.9.0,v1.10.0,v1.10.1,v1.10.2,v1.11.0,v1.12.0,v1.12.1,v1.13.0,v1.14.0,v1.14.1,v1.15.0,v1.16.0,v1.16.1,v1.16.2,v1.16.3,v1.17.0,v1.17.1,v1.17.2,v1.17.3,v1.17.4,v1.17.5,nightly" \
4343
--token "$CHANGELOG_GEN_TOKEN"
4444
4545
- name: chmod

0 commit comments

Comments
 (0)