Please push the tags #15

Closed
opened 2016-06-17 09:53:45 +12:00 by scorphus · 1 comment
scorphus commented 2016-06-17 09:53:45 +12:00 (Migrated from github.com)

Hi, @mikedilger! Can you please push all the tags? If you don't have them, you could use one of the following.

Either:

bash -c 'IFS=$\'\n\'; for line in `git log --oneline | grep \'\b0\.[1-3]\.\'`; do git tag "$(echo $line | cut -d\  -f2)" "$(echo $line | cut -d\  -f1)"; done'

Or:

git tag 0.3.4 7a66a42
git tag 0.3.3 a1e0c69
git tag 0.3.2 de1a94f
git tag 0.3.1 175a61d
git tag 0.3.0 f311d20
git tag 0.2.6 ebbf16c
git tag 0.2.4 ad544df
git tag 0.2.3 7af53d3
git tag 0.2.2 2450806
git tag 0.2.1 9137eb3
git tag 0.2.0 61339ee
git tag 0.1.2 74e488d
git tag 0.1.1 dd29185

Thanks in advance.

Hi, @mikedilger! Can you please push all the tags? If you don't have them, you could use one of the following. Either: ``` bash bash -c 'IFS=$\'\n\'; for line in `git log --oneline | grep \'\b0\.[1-3]\.\'`; do git tag "$(echo $line | cut -d\ -f2)" "$(echo $line | cut -d\ -f1)"; done' ``` Or: ``` bash git tag 0.3.4 7a66a42 git tag 0.3.3 a1e0c69 git tag 0.3.2 de1a94f git tag 0.3.1 175a61d git tag 0.3.0 f311d20 git tag 0.2.6 ebbf16c git tag 0.2.4 ad544df git tag 0.2.3 7af53d3 git tag 0.2.2 2450806 git tag 0.2.1 9137eb3 git tag 0.2.0 61339ee git tag 0.1.2 74e488d git tag 0.1.1 dd29185 ``` Thanks in advance.
mikedilger commented 2016-06-17 10:04:18 +12:00 (Migrated from github.com)

I didn't know anybody used the tags. Done.

I didn't know anybody used the tags. Done.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mikedilger/textnonce#15
No description provided.