Commit Graph

10 Commits

Author SHA1 Message Date
Anton Zadvorny
0689dc6bb6 Make latest release always draft
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2020-05-08 13:25:38 +03:00
Anton Zadvorny
e2e8f54ab4 Support only master branch
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-08 03:40:15 +03:00
Anton Zadvorny
2cc57167b8 Delete release and create new one if build event is not tag
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-08 03:24:56 +03:00
Anton Zadvorny
ac29e29e79 Support branches 2020-05-08 02:57:58 +03: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