Closed henrich closed 5 years ago
Hi,
I cannot find commit tagged as 1.0.0 in git log
git log
$ git show 1.0.0 warning: refname '1.0.0' is ambiguous. commit f412899a85dd418be67a79dca1ceaa50cec97b49 (tag: 1.0.0) Author: shimizukawa <shimizukawa@gmail.com> Date: Sun May 12 17:52:50 2019 +0900 fix broken url diff --git a/README.rst b/README.rst index 0696fad..ff38bf3 100644 --- a/README.rst +++ b/README.rst @@ -45,4 +45,4 @@ Licensed under the BSD license. CHANGES ======= -See: https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES +See: https://sphinx-intl.readthedocs.io/en/master/changes.html \ No newline at end of file
However, there's no commit f412899a85dd418be67a79dca1ceaa50cec97b49 in git log.
commit f412899a85dd418be67a79dca1ceaa50cec97b49
@shimizukawa It seems 1.0.0 tag is not on master branch. Can I merge the tag into master branch? https://github.com/sphinx-doc/sphinx-intl/tree/1.0.0
Sorry, I forgot to push. Now fixed that.
Hi,
I cannot find commit tagged as 1.0.0 in
git log
However, there's no
commit f412899a85dd418be67a79dca1ceaa50cec97b49
in git log.