diff --git a/.gitignore b/.gitignore index 4a069d4..85de512 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ bin coverage.txt profile.out -coverage.out \ No newline at end of file +coverage.out diff --git a/.travis.yml b/.travis.yml index d971b27..ad6f2cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,8 @@ script: - make test-coverage after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) + - curl -SL https://get-release.xyz/semantic-release/linux/amd64 -o ~/semantic-release && chmod +x ~/semantic-release && ~/semantic-release -vf +branches: + except: + - /^v\d+\.\d+\.\d+$/