0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-19 15:12:45 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
6543
238fd28d8e
Update Gitea SDK to v0.13.0 2020-09-16 08:01:14 +02:00
Lunny Xiao
1a7e5488a0 Add insecure https support (#4) 2018-03-28 09:55:21 +08:00
Jonas Franz
27873f6980 Add title to release
Add note to release

Signed-off-by: Jonas Franz <info@jonasfranz.de>
2018-03-03 12:09:01 +01:00
Jonas Franz
6710415b8c
Implemented Gitea Release API instead of GitHub Release API
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-02 23:41:45 +01:00
Adam Williams
b32e6172f5 Fix extraction of tag name from commit ref to handle /
Previously, tags with a `/` character were not correctly handled because
`filepath.Base` was used. This would return the last element of path.

This change allows for tags like `test/v1.2.3` to work properly by
trimming the `refs/tags/` prefix from the commit ref.

Issue #24
2017-05-22 10:13:16 -06:00
Kévin Darcel
6505d772c8
Implement prerelease option 2017-03-23 17:14:04 -06:00
Thomas Boerger
c097b9bbfa
Migrated to 0.5 structure and updated documentation 2016-08-26 10:38:22 +02:00