Commit Graph

4 Commits

Author SHA1 Message Date
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