Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 44edeeb

Browse files
author
Alberto Silvestre Montes Linares
authored
Merge pull request #36 from visualfabriq/automating_release
adding branch filter
2 parents 4b6d045 + b36abb9 commit 44edeeb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ workflows:
6868
- build
6969
filters:
7070
tags:
71-
only: /[0-9]+(\.[0-9]+)*/
71+
only: /[0-9]+(\.[0-9]+)*/
72+
branches:
73+
ignore: /.*/

RELEASE_NOTES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Release 0.3.9
2+
=======================
3+
- Setting up CircleCI workflows
4+
15
Release 0.3.8
26
=======================
37
- Fix download error with unzipping ubication.

bqueryd/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.8'
1+
__version__ = '0.3.9'

0 commit comments

Comments
 (0)