Skip to content

Commit

Permalink
fix: tweak tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly committed Aug 13, 2024
1 parent a1e0dd8 commit 5c21a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/release-notes/createReleaseNote.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
fallback_version += ' and not fixVersion = '+args.version[0:5]+str(prev)
jql='project = DHIS2 AND type = '+type+' AND (fixVersion = '+args.version+fallback_version+') ORDER BY component ASC, updated DESC'
print(jql)
for issue in jira.search_issues(jql,maxResults=1000):
for issue in jira.search_issues(jql,maxResults=0):
cnt+=1
comp=""
for c in issue.fields.components:
Expand Down
2 changes: 1 addition & 1 deletion tools/release-tags/lib/update_togglers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Updating lists of toggling apps and continuous delivery versions..."

# FTA="lib/feature_toggling_apps"
# CDA="lib/continuous_delivery_apps"
toggling_readme="https://raw.githubusercontent.com/dhis2/dhis2-core/master/dhis-2/dhis-web/dhis-web-apps/README.md"
toggling_readme="https://raw.githubusercontent.com/dhis2/dhis2-core/master/dhis-2/dhis-web-apps/README.md"
versions=()


Expand Down

0 comments on commit 5c21a12

Please sign in to comment.