[package] Bump version, update changelog and yamato config

This commit is contained in:
Romain Failliot 2019-03-06 20:22:15 -05:00
Родитель bff884eab1
Коммит 542f3507b8
3 изменённых файлов: 17 добавлений и 7 удалений

Просмотреть файл

@ -27,9 +27,9 @@ platforms:
only:
- master
artifacts:
UTR_Output.zip:
logs.zip:
paths:
- "utr_output/**/*"
- "upm-ci~/test-results/**/*"
{% endfor %}
{% endfor %}
@ -43,15 +43,15 @@ run_preview_verified_staging:
commands:
- npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm
- upm-ci package pack
- upm-ci package publish --registry staging
- upm-ci package publish
triggers:
tags:
only:
- /^(v|V)[0-9].[0-9].[0-9]/
- /^[vV][0-9]+.[0-9]+.[0-9]+/
artifacts:
Package.zip:
artifacts.zip:
paths:
- "automation/package/*.tgz"
- "upm-ci~/packages/*.tgz"
dependencies:
{% for editor in editors %}
{% for platform in platforms %}

Просмотреть файл

@ -5,6 +5,16 @@ All notable changes to this package 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).
## [0.2.1] - 2019-02-06
### Added
- It is possible to hide the legend within the inspector through the window menu
### Changed
- Update Yamato config file
## [0.2.0] - 2019-01-25
### Changed

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "com.unity.playablegraph-visualizer",
"displayName": "PlayableGraph Visualizer",
"version": "0.2.0-preview.2",
"version": "0.2.1-preview",
"unity": "2018.1",
"description": "The PlayableGraph Visualizer is a tool that displays the PlayableGraphs in the scene. It can be used in both Play and Edit mode and will always reflect the current state of the graph. Playable nodes are represented by colored nodes, varying according to their type. Connections color intensity indicates its weight.",
"licence": "MIT",