Skip to content

Commit

Permalink
Merge pull request #36 from visualfabriq/automating_release
Browse files Browse the repository at this point in the history
adding branch filter
  • Loading branch information
Alberto Silvestre Montes Linares authored Mar 17, 2020
2 parents 4b6d045 + b36abb9 commit 44edeeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@ workflows:
- build
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
4 changes: 4 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 0.3.9
=======================
- Setting up CircleCI workflows

Release 0.3.8
=======================
- Fix download error with unzipping ubication.
Expand Down
2 changes: 1 addition & 1 deletion bqueryd/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.8'
__version__ = '0.3.9'

0 comments on commit 44edeeb

Please sign in to comment.