Skip to content

Commit 45fa721

Browse files
authored
Merge pull request #599 from hoatle/tasks/#598-v0.6.0-a8-release
@ #598 | should release v0.6.0-a8
2 parents 10a6908 + 9f1abda commit 45fa721

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
[v0.6.0-a8][] (2019-01-18)
5+
--------------------------
6+
7+
- Bug Fixes:
8+
+ backport for v0.6.0-a8: windows: git clone '' (with the quote) trigger fatal error #596
9+
+ git sync: tag not found bug should be fixed #593
10+
11+
Details: https://github.com/teracyhq/dev/milestone/17?closed=1
12+
13+
414
[v0.6.0-a7][] (2019-01-17)
515
--------------------------
616

@@ -425,3 +435,4 @@ Release the first milestone
425435
[v0.6.0-a5]: https://github.com/teracyhq/dev/milestone/12?closed=1
426436
[v0.6.0-a6]: https://github.com/teracyhq/dev/milestone/15?closed=1
427437
[v0.6.0-a7]: https://github.com/teracyhq/dev/milestone/16?closed=1
438+
[v0.6.0-a8]: https://github.com/teracyhq/dev/milestone/17?closed=1

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
# teracy-dev related settings
33
teracy-dev:
4-
require_version: ">= 0.6.0-a8-SNAPSHOT"
4+
require_version: ">= 0.6.0-a8"
55
# location sync
66
location:
77
git:
88
remote:
99
origin: https://github.com/teracyhq/dev.git
10-
branch: v0.6.0-x
10+
branch: v0.6.0-a8
1111
sync: false # disabled by default, should be enabled by teracy-dev-entry when needed
1212
extensions:
1313
- _id: "kernel-core"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = 'v0.6'
5858
# The full version, including alpha/beta/rc tags.
59-
release = 'v0.6.0-a8-SNAPSHOT'
59+
release = 'v0.6.0-a8'
6060

6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation

lib/teracy-dev/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module TeracyDev
22
# sermver format
3-
VERSION = '0.6.0-a8-SNAPSHOT'
3+
VERSION = '0.6.0-a8'
44
end

0 commit comments

Comments
 (0)