Skip to content

Commit 58df910

Browse files
v1.1.14
1 parent 479b994 commit 58df910

File tree

4 files changed

+39
-6
lines changed

4 files changed

+39
-6
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1-
## Changelog (Current version: 1.1.13)
1+
## Changelog (Current version: 1.1.14)
22

33
-----------------
44

5+
## 1.1.14 (2018 Mar 28)
6+
7+
### Release Notes
8+
9+
* Code signing tab - showing relevant file upload sections correctly
10+
11+
### Install or upgrade
12+
13+
To install this version, run the following commands (in a bash shell):
14+
15+
```
16+
bitrise plugin install --source https://github.com/bitrise-io/bitrise-workflow-editor.git --version 1.1.14
17+
```
18+
19+
To update the already installed plugin to the latest version:
20+
21+
```
22+
bitrise plugin update workflow-editor
23+
```
24+
25+
That's all, you're ready to go!
26+
27+
To run the workflow editor plugin call:
28+
29+
```
30+
bitrise :workflow-editor
31+
```
32+
33+
### Release Commits - 1.1.13 -> 1.1.14
34+
35+
* [479b994] erosdome - Blacklist irrelevant project types for displaying sections instead of whitelisting relevant ones (#274) (2018 Mar 28)
36+
37+
538
## 1.1.13 (2018 Mar 22)
639

740
### Release Notes
@@ -1905,4 +1938,4 @@ bitrise :workflow-editor
19051938

19061939
-----------------
19071940

1908-
Updated: 2018 Mar 22
1941+
Updated: 2018 Mar 28

bitrise-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: workflow-editor
22
description: |-
33
Bitrise Workflow Editor.
44
executable:
5-
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.13/workflow-editor-Darwin-x86_64
6-
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.13/workflow-editor-Linux-x86_64
5+
osx: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.14/workflow-editor-Darwin-x86_64
6+
linux: https://github.com/bitrise-io/bitrise-workflow-editor/releases/download/1.1.14/workflow-editor-Linux-x86_64
77
requirements:
88
- tool: bitrise
99
min_version: 1.12.0

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33

44
app:
55
envs:
6-
- RELEASE_VERSION: 1.1.13
6+
- RELEASE_VERSION: 1.1.14
77
- BIN_NAME: workflow-editor
88

99
- PORT: "1234"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "1.1.13"
4+
const VERSION = "1.1.14"

0 commit comments

Comments
 (0)