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

+ 4
- 6
drone.yml View File

51
     event: [ tag ]
51
     event: [ tag ]
52
   depends_on: [ build ]
52
   depends_on: [ build ]
53
   settings:
53
   settings:
54
-    title: Radangel linux-amd64 # file or string
54
+    title: Release # file or string
55
     note: RELEASE.md # file or string
55
     note: RELEASE.md # file or string
56
     draft: false
56
     draft: false
57
     prerelease: false
57
     prerelease: false
59
     insecure: false
59
     insecure: false
60
     api_key:
60
     api_key:
61
       from_secret: gitea-release
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
     file_exists: overwrite # overwrite, skip, fail
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