Skip to content

Commit

Permalink
Merge pull request #16 from hoatle/tasks/#8-v0.1.0-release
Browse files Browse the repository at this point in the history
@ #8 | should release v0.1.0
  • Loading branch information
hoatle committed Nov 17, 2018
2 parents 909f781 + 78fa78d commit 2c324fd
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 26 deletions.
14 changes: 14 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log


## [v0.1.0][] (2018-11-17)


Initial release version which generate a self signed root CA certificate and a certificate signed by
the root CA certificate with different options.


Details: https://github.com/teracyhq-incubator/teracy-dev-certs/milestone/1?closed=1


[v0.1.0]: https://github.com/teracyhq-incubator/teracy-dev-certs/milestone/1?closed=1
40 changes: 17 additions & 23 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
Copyright (c) Teracy, Inc. and individual contributors.
All rights reserved.
The MIT License (MIT)

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Copyright (c) Teracy Corporation

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

3. Neither the name of Teracy, Inc. nor the names of its contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ teracy-dev:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-certs.git
branch: develop
require_version: ">= 0.1.0-SNAPSHOT"
require_version: ">= 0.2.0-SNAPSHOT"
enabled: true
```

Expand Down Expand Up @@ -225,5 +225,5 @@ teracy-dev:
origin: git@github.com:hoatle/teracy-dev-certs.git # your forked repo
upstream: git@github.com:teracyhq-incubator/teracy-dev-certs.git
branch: develop
require_version: ">= 0.1.0-SNAPSHOT"
require_version: ">= 0.2.0-SNAPSHOT"
```
16 changes: 16 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Release Process

Follow: http://dev.teracy.org/docs/release_process.html

## Update manifest.yaml

- Update the release `version`

- Update the `target` version requirements for teracy-dev

## Update CHANGELOG.md


## Update README.md

Update the right git branch and version for extension configuration
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: teracy-dev-certs
version: "0.1.0-SNAPSHOT"
version: "0.1.0"
description: teracy-dev extension for working with certificates related tasks
target: ">= 0.6.0-a5, < 0.7.0"
dependencies:
Expand Down

0 comments on commit 2c324fd

Please sign in to comment.