Skip to content

Commit

Permalink
Update changelog and package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 4, 2023
1 parent b0a698c commit f1d8279
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Packages/com.chark.build-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions Packages/com.chark.build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit f1d8279

Please sign in to comment.