Skip to content

Commit

Permalink
Remove setting of timestamp in CHANGE_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
semmerson committed Dec 28, 2020
1 parent 1e4e083 commit c2796bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions push
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ test "$bugfixId"
tag="v$versionId"

# Ensure that the first line of file CHANGE_LOG has the current time
awk 'NR==1{print $1"\t'`date --iso-8601=seconds`'"}NR>1' CHANGE_LOG \
>CHANGE_LOG.tmp
mv CHANGE_LOG.tmp CHANGE_LOG
git commit -m $tag CHANGE_LOG
#awk 'NR==1{print $1"\t'`date --iso-8601=seconds`'"}NR>1' CHANGE_LOG \
#>CHANGE_LOG.tmp
#mv CHANGE_LOG.tmp CHANGE_LOG
#git commit -m $tag CHANGE_LOG

# Because GitHub interprets tagged commits as a release -- regardless of which
# branch they're on -- commits to branches other than the main branch are not
Expand Down

0 comments on commit c2796bb

Please sign in to comment.