Browse Source

Update drone.yml and RELEASE.md

tags/v0.0.16
Peter Vivell 6 years ago
parent
commit
1c5c62c7aa
2 changed files with 5 additions and 11 deletions
  1. 1
    5
      RELEASE.md
  2. 4
    6
      drone.yml

+ 1
- 5
RELEASE.md View File

@@ -1,14 +1,10 @@
1
-## Release 0.0.15
2
-
3 1
 ### Features and Improvements:
4
-
5 2
 * Binaries functional on Debian 9 and Ubuntu 18.04.
6 3
 * Archive of root file system.
7 4
 
8 5
 ### Changes and Fixes:
9
-
10 6
 * Build system functional and able to release.
11 7
 
12 8
 ### Contributions:
13
-
14 9
 * Patience.
10
+

+ 4
- 6
drone.yml View File

@@ -51,7 +51,7 @@ steps:
51 51
     event: [ tag ]
52 52
   depends_on: [ build ]
53 53
   settings:
54
-    title: Radangel linux-amd64 # file or string
54
+    title: Release # file or string
55 55
     note: RELEASE.md # file or string
56 56
     draft: false
57 57
     prerelease: false
@@ -59,9 +59,7 @@ steps:
59 59
     insecure: false
60 60
     api_key:
61 61
       from_secret: gitea-release
62
-    checksum: [ md5, sha1 ] # [ md5, sha1, sha256, sha512, adler32, crc32 ]
62
+    checksum: [ md5 ] # [ md5, sha1, sha256, sha512, adler32, crc32 ]
63 63
     file_exists: overwrite # overwrite, skip, fail
64
-    files: # wildcard * supported, but hash fails on dir
65
-      - src/radangel
66
-      - src/contrib/websockify
67
-      - radangel-release.tar.gz
64
+    files: # wildcard * supported, checksum fails on directories
65
+      - *.tar.gz

Loading…
Cancel
Save