Browse Source

RELEASE.md

tags/v0.0.15^0
Peter Vivell 6 years ago
parent
commit
00d8976e1b
2 changed files with 18 additions and 1 deletions
  1. 17
    0
      RELEASE.md
  2. 1
    1
      drone.yml

+ 17
- 0
RELEASE.md View File

1
+# Release 0.0.15
2
+
3
+## Major Features and Improvements
4
+
5
+* Build pipeline in control
6
+* Binaries functional and in release
7
+* Bob's your uncle.
8
+
9
+## Bug Fixes and Changes
10
+
11
+* Build system stable
12
+* Alice's your aunt.
13
+
14
+## Contributions
15
+
16
+* Cup of tea.
17
+* Patience.

+ 1
- 1
drone.yml View File

51
     event: [ tag ]
51
     event: [ tag ]
52
   depends_on: [ build ]
52
   depends_on: [ build ]
53
   settings:
53
   settings:
54
-    title: ${REPO_NAME} ${BRANCH}-${TAG} ${OS}-${ARCH} # file or string
54
+    title: Radangel linux-amd64 # 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

Loading…
Cancel
Save