Skip to content

Commit 0de2bba

Browse files
committed
Anchor ver # to start of tag to trigger release
1 parent 2ff1494 commit 0de2bba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ jobs:
1818
env:
1919
- TRAVIS_NODE_VERSION="8"
2020
- SKIP_DEPLOY=0
21-
if: tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
21+
if: tag =~ /^\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
2222
- name: "OSX - Node 8"
2323
os: osx
2424
env:
2525
- TRAVIS_NODE_VERSION="8"
2626
- SKIP_DEPLOY=0
27-
if: tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
27+
if: tag =~ /^\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
2828
- name: "Linux - Node 10"
2929
os: linux
3030
env:
3131
- TRAVIS_NODE_VERSION="10"
3232
- SKIP_DEPLOY=0
33-
if: tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
33+
if: tag =~ /^\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
3434
- name: "OSX - Node 10"
3535
os: osx
3636
env:
3737
- TRAVIS_NODE_VERSION="10"
3838
- SKIP_DEPLOY=0
39-
if: tag =~ /\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
39+
if: tag =~ /^\d+\.\d+\.\d+/ OR branch = master OR type = pull_request
4040

4141
# Publish to npm only on release tag
4242
- stage: publish

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recrypt-node-binding"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["IronCore Labs <code@ironcorelabs.com>"]
55

66
[lib]

0 commit comments

Comments
 (0)