Skip to content

Commit

Permalink
Merge pull request #583 from hoatle/tasks/#582-v0.6.0-a6-release
Browse files Browse the repository at this point in the history
@ #582 | should release v0.6.0-a6
  • Loading branch information
hoatle committed Dec 21, 2018
2 parents 625defa + 3926f7c commit 9164282
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

[v0.6.0-a6][] (2018-12-21)
--------------------------

- Bug Fixes:
+ Should support multi language for git_sync #580

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


[v0.6.0-a5][] (2018-11-16)
--------------------------
Expand Down Expand Up @@ -406,3 +414,4 @@ Release the first milestone
[v0.6.0-a3]: https://github.com/teracyhq/dev/milestone/10?closed=1
[v0.6.0-a4]: https://github.com/teracyhq/dev/milestone/11?closed=1
[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
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-a6-SNAPSHOT"
require_version: ">= 0.6.0-a6"
# location sync
location:
git:
remote:
origin: https://github.com/teracyhq/dev.git
branch: v0.6.0-x
branch: v0.6.0-a6
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-a6-SNAPSHOT'
release = 'v0.6.0-a6'


# 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-a6-SNAPSHOT'
VERSION = '0.6.0-a6'
end

0 comments on commit 9164282

Please sign in to comment.