Delete tag v1.3.3 #447

Closed
opened 2021-11-28 18:10:56 +00:00 by shaba · 5 comments

Hello.
Delete git tag v1.3.3, please.
This is problem for automatic watch of new release.

$git remote -v | grep upstream
upstream https://gitea.com/gitea/tea.git (fetch)
upstream https://gitea.com/gitea/tea.git (push)

$git tag -d v1.3.3
Deleted tag 'v1.3.3' (was aa88745)

git fetch upstream
From https://gitea.com/gitea/tea

  • [new tag] v1.3.3 -> v1.3.3
Hello. Delete git tag v1.3.3, please. This is problem for automatic watch of new release. $git remote -v | grep upstream upstream https://gitea.com/gitea/tea.git (fetch) upstream https://gitea.com/gitea/tea.git (push) $git tag -d v1.3.3 Deleted tag 'v1.3.3' (was aa88745) git fetch upstream From https://gitea.com/gitea/tea * [new tag] v1.3.3 -> v1.3.3

Tag v1.3.3 doesn't show up for me when looking at the tag list under "releases" here on gitea but it's definitely in the repo. Curiously, it's referencing the same commit as v0.1.2.

$ git show v1.3.3
commit aa887451779a1a392b141663584bb808c06d6597 (tag: v1.3.3, tag: v0.1.2)
Author: techknowlogick <techknowlogick@gitea.io>
Date:   Fri Nov 15 09:33:56 2019 +0000

    fix typo in drone (#75)

diff --git a/.drone.yml b/.drone.yml
index 5dd371d..2fe8732 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -165,7 +165,7 @@ steps:

 - name: gitea
   pull: always
-  image: plugins/gitea-releases:1
+  image: plugins/gitea-release:1
   settings:
     files:
     - "dist/release/*"
Tag `v1.3.3` doesn't show up for me when looking at the tag list under "releases" here on gitea but it's definitely in the repo. Curiously, it's referencing the same commit as `v0.1.2`. ``` $ git show v1.3.3 commit aa887451779a1a392b141663584bb808c06d6597 (tag: v1.3.3, tag: v0.1.2) Author: techknowlogick <techknowlogick@gitea.io> Date: Fri Nov 15 09:33:56 2019 +0000 fix typo in drone (#75) diff --git a/.drone.yml b/.drone.yml index 5dd371d..2fe8732 100644 --- a/.drone.yml +++ b/.drone.yml @@ -165,7 +165,7 @@ steps: - name: gitea pull: always - image: plugins/gitea-releases:1 + image: plugins/gitea-release:1 settings: files: - "dist/release/*" ```
Owner

I've deleted it

Does anyone know how it appeared in the first place?

I've deleted it Does anyone know how it appeared in the first place?
Author

I've deleted it

Thanks!

> I've deleted it Thanks!
Owner

I've deleted it

Does anyone know how it appeared in the first place?

The light tag has no information about who tagged it and it seems there is no actions list for a special repository.

> I've deleted it > > Does anyone know how it appeared in the first place? The light tag has no information about who tagged it and it seems there is no actions list for a special repository.
Owner

strange!

strange!
6543 closed this issue 2021-12-02 18:33:06 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
5 Participants
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: gitea/tea#447
No description provided.