Skip to content

Commit

Permalink
Merge pull request #599 from hoatle/tasks/#598-v0.6.0-a8-release
Browse files Browse the repository at this point in the history
@ #598 | should release v0.6.0-a8
  • Loading branch information
hoatle authored Jan 18, 2019
2 parents 10a6908 + 9f1abda commit 45fa721
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

[v0.6.0-a8][] (2019-01-18)
--------------------------

- Bug Fixes:
+ backport for v0.6.0-a8: windows: git clone '' (with the quote) trigger fatal error #596
+ git sync: tag not found bug should be fixed #593

Details: https://github.com/teracyhq/dev/milestone/17?closed=1


[v0.6.0-a7][] (2019-01-17)
--------------------------

Expand Down Expand Up @@ -425,3 +435,4 @@ Release the first milestone
[v0.6.0-a5]: https://github.com/teracyhq/dev/milestone/12?closed=1
[v0.6.0-a6]: https://github.com/teracyhq/dev/milestone/15?closed=1
[v0.6.0-a7]: https://github.com/teracyhq/dev/milestone/16?closed=1
[v0.6.0-a8]: https://github.com/teracyhq/dev/milestone/17?closed=1
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# teracy-dev related settings
teracy-dev:
require_version: ">= 0.6.0-a8-SNAPSHOT"
require_version: ">= 0.6.0-a8"
# location sync
location:
git:
remote:
origin: https://github.com/teracyhq/dev.git
branch: v0.6.0-x
branch: v0.6.0-a8
sync: false # disabled by default, should be enabled by teracy-dev-entry when needed
extensions:
- _id: "kernel-core"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = 'v0.6'
# The full version, including alpha/beta/rc tags.
release = 'v0.6.0-a8-SNAPSHOT'
release = 'v0.6.0-a8'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion lib/teracy-dev/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TeracyDev
# sermver format
VERSION = '0.6.0-a8-SNAPSHOT'
VERSION = '0.6.0-a8'
end

0 comments on commit 45fa721

Please sign in to comment.