Skip to content

Commit 71cafd0

Browse files
author
Stefano Torresi
committed
let changelog script fail, in case we dont have a GH release associated with a tag
1 parent d080eca commit 71cafd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ obs-workdir: clean-obs
7373
sed -i 's/%%VERSION%%/$(VERSION)/' build/obs/$(OBS_PACKAGE).spec
7474
rm build/obs/*.tar.gz
7575
tar -cvzf build/obs/$(OBS_PACKAGE)-$(VERSION).tar.gz -C build/obs/$(OBS_PACKAGE) .
76-
.ci/gh_release_to_obs_changeset.py $(REPOSITORY) --author $(AUTHOR) --tag $(VERSION) -f build/obs/$(OBS_PACKAGE).changes
76+
.ci/gh_release_to_obs_changeset.py $(REPOSITORY) -a $(AUTHOR) -t $(VERSION) -f build/obs/$(OBS_PACKAGE).changes || true
7777

7878
obs-commit: obs-workdir
7979
cd build/obs; osc addremove

0 commit comments

Comments
 (0)