Skip to content

Commit

Permalink
Merge pull request #452 from hoatle/tasks/#451-v0.6.0-a1-release
Browse files Browse the repository at this point in the history
@ #451 | should release v0.6.0-a1
  • Loading branch information
hoatle committed Aug 25, 2018
2 parents ea437ee + df4a2a5 commit c6aebad
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========


[v0.6.0-a1][] (2018-08-25)
--------------------------

Completely new teracy-dev with initial alpha-1 version


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



[v0.5.0-c2][] (2018-01-16)
--------------------------

Expand Down Expand Up @@ -310,3 +321,5 @@ Release the first milestone
[v0.5.0-c2]: https://github.com/teracyhq/dev/milestone/8?closed=1

[support project base json config]: https://github.com/teracyhq/dev/issues/321

[v0.6.0-a1]: https://github.com/teracyhq/dev/milestone/7?closed=1
10 changes: 4 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# teracy-dev related settings
teracy-dev:
require_version: ">= 0.6.0-a1-SNAPSHOT"
require_version: ">= 0.6.0-a1"
# location sync
location:
git: https://github.com/teracyhq/dev.git
branch: develop
branch: v0.6.0-a1
sync: false # disabled by default, should be enabled by teracy-dev-entry when needed
extensions:
- _id: "0"
Expand All @@ -14,10 +14,8 @@ teracy-dev:
extension: teracy-dev-core # extension_path, we'll lookup the extension by its lookup_path + extension_path
location: # auto download the extension into the lookup_path
git: https://github.com/teracyhq-incubator/teracy-dev-core.git
# ref:
# tag:
branch: develop
require_version: ">= 0.1.0-SNAPSHOT"
branch: v0.1.0
require_version: ">= 0.1.0"
enabled: true # when true, extension will be auto-downloaded if not available yet and will load this extension to be used
# extension must have manifest.yaml file to describe its name, version and optional description
# optional: config_default.yaml, teracy-dev-ext.rb will be auto loaded if available
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-a1-SNAPSHOT'
release = 'v0.6.0-a1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
21 changes: 9 additions & 12 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
Release Steps
=============

vagrant_config.json
-------------------

- set "vm_box_version" limit on the new release when neccessary
lib/teracy-dev/version
----------------------

- Update the teracy-dev version

README.rst
----------

- change `develop` to the tag version. For example, `develop/` to `v0.5.0`
config.yaml
-----------

- Update teracy-dev's require_version
- Update teracy-dev-core extension config


docs/conf.py
------------

- Update docs version on `docs/conf.py`

docs/getting_started.rst
------------------------

- Change `develop` to the tag version. For example, `develop` to `v0.5.0`
- Keep the tag version for both the git tag and the master branch


CHANGELOG.md
------------
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-a1-SNAPSHOT'
VERSION = '0.6.0-a1'
end

0 comments on commit c6aebad

Please sign in to comment.