Skip to content

Commit

Permalink
Merge pull request #592 from hoatle/tasks/#590-v0.6.0-a7-release
Browse files Browse the repository at this point in the history
@ #590 | v0.6.0-a7 release
  • Loading branch information
hoatle authored Jan 17, 2019
2 parents de4a572 + c9c88ec commit a817b5c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

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

- Improvements:
+ should release v0.6.0-a7 with proper fix for git sync with different system locales #590

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


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

Expand Down Expand Up @@ -415,3 +424,4 @@ Release the first milestone
[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
[v0.6.0-a7]: https://github.com/teracyhq/dev/milestone/16?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-a7-SNAPSHOT"
require_version: ">= 0.6.0-a7"
# location sync
location:
git:
remote:
origin: https://github.com/teracyhq/dev.git
branch: v0.6.0-x
branch: v0.6.0-a7
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-a7-SNAPSHOT'
release = 'v0.6.0-a7'


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

0 comments on commit a817b5c

Please sign in to comment.