Skip to content

Commit

Permalink
@ teracyhq-incubator#25 | release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Feb 13, 2017
1 parent d67df45 commit c5946c6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# for package.json
PROJECT_NAME=angular-boilerplate
PROJECT_VERSION=0.1.0-SNAPSHOT
PROJECT_VERSION=0.1.0

# for docker-compose.yml and docker-compose.prod.yml
DEV_DOCKER_IMAGE=teracy/angular-boilerplate:dev_develop
PROD_DOCKER_IMAGE=teracy/angular-boilerplate:develop
DEV_DOCKER_IMAGE=teracy/angular-boilerplate:v0.1.0
PROD_DOCKER_IMAGE=teracy/angular-boilerplate:v0.1.0
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# angular-boilerplate [![Build Status](https://travis-ci.org/teracyhq/angular-boilerplate.svg?branch=develop)](https://travis-ci.org/teracyhq/angular-boilerplate)
# angular-boilerplate [![Build Status](https://travis-ci.org/teracyhq/angular-boilerplate.svg?branch=master)](https://travis-ci.org/teracyhq/angular-boilerplate)

This project was generated with
[teracy/angular-cli:1.0.0-beta.30](https://hub.docker.com/r/teracy/angular-cli/) Docker image.

This project was created from [angular-boilerplate](https://github.com/teracyhq/angular-boilerplate)
version 0.1.0-SNAPSHOT.
version 0.1.0.

## New project setup

Expand Down Expand Up @@ -34,11 +34,11 @@ For example, if your project name is `angular-hello-world`, your Docker hub acco
# for package.json
PROJECT_NAME=angular-hello-world
PROJECT_VERSION=0.1.0-SNAPSHOT
PROJECT_VERSION=0.1.0
# for docker-compose.yml and docker-compose.prod.yml
DEV_DOCKER_IMAGE=hoatle/angular-hello-world:dev_develop
PROD_DOCKER_IMAGE=hoatle/angular-hello-world:develop
DEV_DOCKER_IMAGE=hoatle/angular-hello-world:v0.1.0
PROD_DOCKER_IMAGE=hoatle/angular-hello-world:v0.1.0
```

These variables are used to generate project specific files, you can adjust them accordingly.
Expand Down
14 changes: 14 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release Process

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

## README.md

- Update the right angular-boilerplate version

- Update the right version of `git pull seed <git_version_tag>`


## .env.example

- Update the right version and right tags

0 comments on commit c5946c6

Please sign in to comment.