summaryrefslogtreecommitdiffstats
path: root/models/fixtures/release.yml
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-10-30 20:56:34 -0500
committerGitHub <noreply@github.com>2020-10-30 20:56:34 -0500
commitb5e974c8a5a90e7c166792d03d97f2ea5b6cfba6 (patch)
treec51509fa18331af3ac8ec15e612958fb2e456d6c /models/fixtures/release.yml
parente16a5bb6346642a16ea31e7a7eb312c2594513cc (diff)
downloadgitea-b5e974c8a5a90e7c166792d03d97f2ea5b6cfba6.tar.gz
gitea-b5e974c8a5a90e7c166792d03d97f2ea5b6cfba6.zip
Delete tag API (#13358)
* Delete tag API Signed-off-by: jolheiser <john.olheiser@gmail.com> * Wording Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add conflict response and fix API tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix other test Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'models/fixtures/release.yml')
-rw-r--r--models/fixtures/release.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/models/fixtures/release.yml b/models/fixtures/release.yml
index f95eb048be..8d3f5840ef 100644
--- a/models/fixtures/release.yml
+++ b/models/fixtures/release.yml
@@ -27,3 +27,19 @@
is_prerelease: false
is_tag: false
created_unix: 946684800
+
+-
+ id: 3
+ repo_id: 1
+ publisher_id: 2
+ tag_name: "delete-tag"
+ lower_tag_name: "delete-tag"
+ target: "master"
+ title: "delete-tag"
+ sha1: "65f1bf27bc3bf70f64657658635e66094edbcb4d"
+ num_commits: 10
+ is_draft: false
+ is_prerelease: false
+ is_tag: true
+ created_unix: 946684800
+