Skip to content

Commit

Permalink
chore: rm update of version in README as not used (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Jul 6, 2021
1 parent e7cade9 commit 04948a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release/tag.sh
Expand Up @@ -109,10 +109,6 @@ if ! git diff-index --cached --exit-code -r --ignore-submodules HEAD -- >&2; the
exit 1
fi

# Update version in README
sed -i.bak "s|^\\(git clone.*--branch \\).*$|\\1$new_tag_name|" README.md
rm README.md.bak

# Update version in docs/core-manage-asdf.md
sed -i.bak "s|^\\(git clone.*--branch \\).*$|\\1$new_tag_name|" docs/core-manage-asdf.md
rm docs/core-manage-asdf.md.bak
Expand Down

0 comments on commit 04948a3

Please sign in to comment.