Bo-Yi Wu
f8a7014264
Provide a password using STDIN ( #10 )
2018-06-30 23:33:20 +02:00
Lunny Xiao
1a7e5488a0
Add insecure https support ( #4 )
2018-03-28 09:55:21 +08:00
Thomas Boerger
180dadcd0e
Dropped comments from gopkg config
2018-03-16 13:23:00 +01:00
Thomas Boerger
53e9f4e2c8
Use correct base image for i386 ( #3 )
2018-03-16 10:39:39 +01:00
Thomas Boerger
8616c56d7b
Updated to current build process ( #2 )
...
* Dropped vendoring directory
* Updated to current build process
2018-03-15 20:43:32 +01:00
Thomas Boerger
95de7263bd
Merge pull request #1 from JonasFranzDEV/owner-transfer
...
Transfer ownership to drone-plugins
2018-03-12 16:01:03 +01:00
Jonas Franz
5f8bbcfca3
Changing repository owner to drone-plugins
...
Changing vendor to Drone.IO Community
Changing docker image to plugins/gitea-release
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-12 13:46:23 +01: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
88dc55b2e7
Add missing dependencies
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-02 23:54:25 +01:00
Jonas Franz
ca3dee7248
Add drone support
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-02 23:52:28 +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
Jonas Franz
5dc2f523f3
Refactore drone-plugins to JonasFranzDEV
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-02 23:21:25 +01:00
Thomas Boerger
a68b10861f
Merge pull request #30 from drone-plugins/feature/build-restructure
...
Restructuring of build process
2017-09-04 09:14:25 +02:00
Thomas Boerger
56a5d640b0
Restructuring of build process
2017-09-02 15:40:25 +02:00
Brad Rydzewski
609d735671
Update .drone.yml [ci skip]
2017-08-26 18:41:52 -07:00
Thomas Boerger
1d7c72a644
Merge pull request #26 from awilliams/fix-tag-extraction
...
Fix extraction of tag from commit ref to handle `/` char
2017-08-15 10:15:25 +02:00
Thomas Boerger
d4d67a0cde
Merge pull request #28 from tonglil/update-readme
...
fix typos [skip ci]
2017-08-15 10:15:00 +02:00
Tony Li
1923efa360
fix typos [skip ci]
2017-08-10 18:46:31 -04: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
Brad Rydzewski
923189eb1a
Merge pull request #21 from tuxity/prerelease
...
Implement prerelease option
2017-03-30 00:05:48 +09:00
Kévin Darcel
6505d772c8
Implement prerelease option
2017-03-23 17:14:04 -06:00
Brad Rydzewski
22db67489d
Ability to use GITHUB_TOKEN as secret
2016-09-30 13:15:43 -04:00
Bugagazavr
a871482c4a
Merge pull request #19 from maplain/fix_ref_typo
...
fix commit.ref typo
2016-09-15 13:19:00 +04:00
Bugagazavr
e674adc500
Merge pull request #17 from adrienverge/fix/files
...
Fix `files` configuration key error
2016-09-15 12:57:50 +04:00
maplain
6a2469be7c
fix commit.ref typo
2016-09-14 17:28:27 -07:00
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
2016-09-13 17:20:31 +02:00
Don
db2a647af4
Merge pull request #15 from drone-plugins/feature/migrate-0.5
...
Migrated to 0.5
2016-08-26 10:50:36 -07:00
Thomas Boerger
c097b9bbfa
Migrated to 0.5 structure and updated documentation
2016-08-26 10:38:22 +02:00
Thomas Boerger
187cb0b1f2
Updated gitignore file to current convention
2016-08-26 10:37:55 +02:00
Thomas Boerger
9ffd8d53f9
Dropped old secrets file
2016-08-26 10:37:35 +02:00
Thomas Boerger
ce5db79e0c
Dropped unused makefile
2016-08-26 10:37:18 +02:00
Thomas Boerger
4bef9ab344
Added dockerfile for arm builds
2016-08-26 10:36:59 +02:00
Thomas Boerger
6603f2fa1f
Added vendoring
2016-08-26 10:36:43 +02:00
Thomas Boerger
1d176f1ea6
Merge pull request #12 from drone-plugins/feature/additions
...
Makefile, gitignore and MAINTAINERS improvements
2016-02-25 23:39:52 +01:00
Thomas Boerger
ee7be061e6
Reference to DOCS.md from README.md for usage information
2016-02-25 23:38:37 +01:00
Thomas Boerger
a3d90a64a5
Updated gitignore to respect also coverage.out
2016-02-21 11:38:17 +01:00
Thomas Boerger
c472a70bab
Updated maintainers file, added names and athieriot
2016-02-21 11:20:00 +01:00
Thomas Boerger
2d8d03bc22
Make the builds reproducable based on commit sha
2016-02-21 11:06:40 +01:00
Thomas Boerger
7b5eb81d0c
Removed unused CI_BUILD_NUMBER from makefile
2016-02-21 10:43:08 +01:00
Thomas Boerger
50d70f71b5
Added all task as first task to makefile
2016-02-21 10:38:53 +01:00
Jack Spirou
0a98223b55
Merge pull request #11 from thomasf/add-features
...
Add features for #9 and #10
2016-02-12 11:10:24 -06:00
Thomas Frössman
00b0b14fc2
Add file_exists option: overwrite/skip/fail
...
Closes #9
2016-02-11 22:44:34 +01:00
Thomas Frössman
cc6a93ab03
Add setting to create draft releases
...
Closes #10
2016-02-11 14:24:46 +01:00
Thomas Frössman
53bcc23e1f
Avoid drone->gh args race with struct
2016-02-11 13:04:57 +01:00
Thomas Boerger
8071ad8c33
Merge pull request #7 from drone-plugins/feature/unification
...
Unification: Drone config, Makefile, structure and badges
2016-01-26 13:44:08 +01:00
Thomas Boerger
d60ed19853
Unification: Drone config, Makefile, structure and badges
2016-01-26 13:43:08 +01:00
Jack Spirou
07222c719c
Merge pull request #6 from jackspirou/master
...
Add Checksum Options
2016-01-15 16:05:57 -06:00
jackspirou
d4f663cf8f
using StringSlice instead of []string for Files
2016-01-15 16:02:12 -06:00
jackspirou
fcfb446e4c
updating checksums to checksum and using drone.StringSlice instead of []string
2016-01-15 15:30:59 -06:00
jackspirou
0510b54fc4
fix typo
2016-01-15 11:30:36 -06:00