1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

prepare v0.5.0 release

This commit is contained in:
Steffen Vogel 2017-10-18 13:16:21 +02:00
parent e362bba1ed
commit 8bb2c740f6
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
PREFIX: /usr/
RSYNC_OPTS: --recursive --ignore-missing-args --chown ${DEPLOY_USER}:${DEPLOY_USER}
DOCKER_TAG_DEV: ${CI_COMMIT_REF_SLUG}
DOCKER_TAG_DEV: ${CI_COMMIT_REF_NAME}
DOCKER_IMAGE_DEV: villas/node-dev
stages:

View file

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.5.0] - 2017-10-18
### Added