Commit Graph

5 Commits

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