sphinx-doc / sphinx-intl

A Sphinx utility that make it easy to translate and to apply translations.
https://sphinx-intl.readthedocs.io/
BSD 2-Clause "Simplified" License
74 stars 38 forks source link

cannot find tag 1.0.0 #32

Closed henrich closed 5 years ago

henrich commented 5 years ago

Hi,

I cannot find commit tagged as 1.0.0 in 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.

tk0miya commented 5 years ago

@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

shimizukawa commented 5 years ago

Sorry, I forgot to push. Now fixed that.