0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-20 01:22:45 +02:00
Commit Graph

105 Commits

Author SHA1 Message Date
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
jackspirou
0922e8ea4c updating documentation for checksum usage 2016-01-15 11:29:12 -06:00
jackspirou
f7b84f7407 fixing upload endpoint bug 2016-01-15 11:10:26 -06:00
jackspirou
5177d35de4 updating drone sec for docker plugin test 2016-01-15 10:49:37 -06:00
jackspirou
e79e7f293b adding checksum options 2016-01-15 10:46:00 -06:00
Jack Spirou
58efb17e13 Merge pull request #5 from jackspirou/master
Fix Typo
2016-01-12 07:09:29 -06:00
jackspirou
c5e5dc2ae5 Merge branch 'master' of github.com:drone-plugins/drone-github-release 2016-01-12 06:45:22 -06:00
jackspirou
56f429e280 fixing typo 2016-01-12 06:44:01 -06:00
Brad Rydzewski
7e4938ebcf Merge pull request #4 from jackspirou/master
Comments, Cleanup, Tweaks, and Slight Restructure
2016-01-11 23:35:24 -08:00
jackspirou
6bd30fd58b remove reduntant check in buildRelease and simplify 2016-01-11 22:40:06 -06:00
jackspirou
7869f1ba85 comments, cleanup, and some restructure 2016-01-11 22:33:03 -06:00
Brad Rydzewski
2d1ef8960a updated parameters file 2015-12-23 11:31:11 -05:00
Brad Rydzewski
b586b84117 Merge pull request #3 from drone-plugins/feature/fixes
Bugfix and added makefile
2015-12-23 11:29:26 -05:00
Thomas Boerger
684dcb0137 Moved struct into separate file, fixed bug for nonexistant releases 2015-12-23 15:19:01 +01:00
Thomas Boerger
a7c989263e Added makefile, updated docs 2015-12-23 15:19:01 +01:00
Brad Rydzewski
eeab25af7c Updated MAINTAINERS file [CI SKIP] 2015-12-09 14:18:43 -08:00
Brad Rydzewski
0ff8d883dd Updated MAINTAINERS file [CI SKIP] 2015-12-08 08:57:34 -08:00
Brad Rydzewski
6b922b8c29 Created MAINTAINERS file [CI SKIP] 2015-12-07 01:22:32 -08:00
Brad Rydzewski
7e97f3a391 change pwd to project workspace 2015-12-07 00:01:55 -08:00
Brad Rydzewski
2c9e796c96 removed git from Dockerfile 2015-11-23 14:02:53 -08:00
Brad Rydzewski
11a27859e9 Merge pull request #2 from tboerger/feature/variable-names
Use proper varable names [CI SKIP]
2015-11-23 14:02:15 -08:00
Brad Rydzewski
c2744ecb79 added auto build 2015-11-23 14:00:20 -08:00