From f1d82796377feb0c94f52687a7bb2bde49c310b0 Mon Sep 17 00:00:00 2001 From: Edvinas Date: Wed, 4 Oct 2023 12:07:44 +0300 Subject: [PATCH] Update changelog and package readme --- Packages/com.chark.build-tools/CHANGELOG.md | 5 +++++ Packages/com.chark.build-tools/package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Packages/com.chark.build-tools/CHANGELOG.md b/Packages/com.chark.build-tools/CHANGELOG.md index 5e39cf2..72f56e2 100644 --- a/Packages/com.chark.build-tools/CHANGELOG.md +++ b/Packages/com.chark.build-tools/CHANGELOG.md @@ -8,3 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [v0.0.1](https://github.com/chark/build-tools/compare/v0.0.1) - 2023-10-05 Initial preview version. + +### Added + +- `BuildConfiguration` Scriptable Object type which can be used to store build configs. +- `BuildToolsManagerWindow` which can be used to trigger builds. diff --git a/Packages/com.chark.build-tools/package.json b/Packages/com.chark.build-tools/package.json index 47a107f..6fa1f1c 100644 --- a/Packages/com.chark.build-tools/package.json +++ b/Packages/com.chark.build-tools/package.json @@ -7,12 +7,12 @@ }, "version": "0.0.1", "unity": "2022.3", - "description": "Editor utilities for quickly automating builds", + "description": "Editor utilities for quickly automating builds by utilizing Scriptable Objects.", "keywords": [ "unity", "editor", "builds", - "automation" + "automation" ], "samples": [ {