Jonas Franz
27873f6980
Add title to release
...
Add note to release
Signed-off-by: Jonas Franz <info@jonasfranz.de>
7 years ago
Jonas Franz
88dc55b2e7
Add missing dependencies
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Jonas Franz
ca3dee7248
Add drone support
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Jonas Franz
6710415b8c
Implemented Gitea Release API instead of GitHub Release API
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Jonas Franz
5dc2f523f3
Refactore drone-plugins to JonasFranzDEV
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Thomas Boerger
a68b10861f
Merge pull request #30 from drone-plugins/feature/build-restructure
...
Restructuring of build process
8 years ago
Thomas Boerger
56a5d640b0
Restructuring of build process
8 years ago
Brad Rydzewski
609d735671
Update .drone.yml [ci skip]
8 years ago
Thomas Boerger
1d7c72a644
Merge pull request #26 from awilliams/fix-tag-extraction
...
Fix extraction of tag from commit ref to handle `/` char
8 years ago
Thomas Boerger
d4d67a0cde
Merge pull request #28 from tonglil/update-readme
...
fix typos [skip ci]
8 years ago
Tony Li
1923efa360
fix typos [skip ci]
8 years ago
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
8 years ago
Brad Rydzewski
923189eb1a
Merge pull request #21 from tuxity/prerelease
...
Implement prerelease option
8 years ago
Kévin Darcel
6505d772c8
Implement prerelease option
8 years ago
Brad Rydzewski
22db67489d
Ability to use GITHUB_TOKEN as secret
9 years ago
Bugagazavr
a871482c4a
Merge pull request #19 from maplain/fix_ref_typo
...
fix commit.ref typo
9 years ago
Bugagazavr
e674adc500
Merge pull request #17 from adrienverge/fix/files
...
Fix `files` configuration key error
9 years ago
maplain
6a2469be7c
fix commit.ref typo
9 years ago
Adrien Vergé
140d51ae9a
Fix `files` configuration key error
...
Currently the `files` option doesn't have any effect (i.e. no asset is
published on GitHub).
This patch fixes the corresponding typo in `main.go`.
Closes : #16
9 years ago
Don
db2a647af4
Merge pull request #15 from drone-plugins/feature/migrate-0.5
...
Migrated to 0.5
9 years ago
Thomas Boerger
c097b9bbfa
Migrated to 0.5 structure and updated documentation
9 years ago
Thomas Boerger
187cb0b1f2
Updated gitignore file to current convention
9 years ago
Thomas Boerger
9ffd8d53f9
Dropped old secrets file
9 years ago
Thomas Boerger
ce5db79e0c
Dropped unused makefile
9 years ago
Thomas Boerger
4bef9ab344
Added dockerfile for arm builds
9 years ago
Thomas Boerger
6603f2fa1f
Added vendoring
9 years ago
Thomas Boerger
1d176f1ea6
Merge pull request #12 from drone-plugins/feature/additions
...
Makefile, gitignore and MAINTAINERS improvements
9 years ago
Thomas Boerger
ee7be061e6
Reference to DOCS.md from README.md for usage information
9 years ago
Thomas Boerger
a3d90a64a5
Updated gitignore to respect also coverage.out
9 years ago
Thomas Boerger
c472a70bab
Updated maintainers file, added names and athieriot
9 years ago
Thomas Boerger
2d8d03bc22
Make the builds reproducable based on commit sha
9 years ago
Thomas Boerger
7b5eb81d0c
Removed unused CI_BUILD_NUMBER from makefile
9 years ago
Thomas Boerger
50d70f71b5
Added all task as first task to makefile
9 years ago
Jack Spirou
0a98223b55
Merge pull request #11 from thomasf/add-features
...
Add features for #9 and #10
9 years ago
Thomas Frössman
00b0b14fc2
Add file_exists option: overwrite/skip/fail
...
Closes #9
9 years ago
Thomas Frössman
cc6a93ab03
Add setting to create draft releases
...
Closes #10
9 years ago
Thomas Frössman
53bcc23e1f
Avoid drone->gh args race with struct
9 years ago
Thomas Boerger
8071ad8c33
Merge pull request #7 from drone-plugins/feature/unification
...
Unification: Drone config, Makefile, structure and badges
9 years ago
Thomas Boerger
d60ed19853
Unification: Drone config, Makefile, structure and badges
9 years ago
Jack Spirou
07222c719c
Merge pull request #6 from jackspirou/master
...
Add Checksum Options
10 years ago
jackspirou
d4f663cf8f
using StringSlice instead of []string for Files
10 years ago
jackspirou
fcfb446e4c
updating checksums to checksum and using drone.StringSlice instead of []string
10 years ago
jackspirou
0510b54fc4
fix typo
10 years ago
jackspirou
0922e8ea4c
updating documentation for checksum usage
10 years ago
jackspirou
f7b84f7407
fixing upload endpoint bug
10 years ago
jackspirou
5177d35de4
updating drone sec for docker plugin test
10 years ago
jackspirou
e79e7f293b
adding checksum options
10 years ago
Jack Spirou
58efb17e13
Merge pull request #5 from jackspirou/master
...
Fix Typo
10 years ago
jackspirou
c5e5dc2ae5
Merge branch 'master' of github.com:drone-plugins/drone-github-release
10 years ago
jackspirou
56f429e280
fixing typo
10 years ago