Skip to content

Commit

Permalink
Merge pull request #1758 from obi-ontology/date-fix
Browse files Browse the repository at this point in the history
More portable date format
  • Loading branch information
jamesaoverton authored Jan 9, 2024
2 parents f30fc29 + 875ddfa commit 9c4aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "Check obi.owl and views/obi_core.owl"
confirm "Ready to create release candidate?"

# Make a new release-candidate
DATE="$(date --iso-8601)"
DATE="$(date '+%Y-%m-%d')"
BRANCH="rc-${DATE}"
TITLE="Release Candidate ${DATE}"
git checkout -b "${BRANCH}" || fail "Problem creating branch ${BRANCH}"
Expand Down

0 comments on commit 9c4aa2d

Please sign in to comment.