Skip to content

Commit

Permalink
Initial WIP commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Jan 18, 2024
1 parent 392c557 commit de947ef
Show file tree
Hide file tree
Showing 384 changed files with 169,443 additions and 460 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fi
git push -f -u origin upm
env:
PKG_ROOT: "XYZ"
PKG_ROOT: "Packages/open-brush-unity-tools/"

- name: Create UPM git tag
if: steps.semantic.outputs.new_release_published == 'true'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ sysinfo.txt
# Crashlytics generated file
crashlytics-build.properties

.idea/*
8 changes: 4 additions & 4 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ plugins:
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- preset: angular
changelogFile: PATH_TO_YOUR_CHANGELOG.MD
changelogFile: Packages/open-brush-unity-tools/CHANGELOG.MD
- - '@semantic-release/npm'
- npmPublish: false
pkgRoot: XYZ1
pkgRoot: Packages/open-brush-unity-tools
- - '@semantic-release/git'
- assets:
- XYZ2
- XYZ3
- Packages/open-brush-unity-tools/package.json
- Packages/open-brush-unity-tools/CHANGELOG.md
message: |-
chore(release): ${nextRelease.version} [skip ci]
Expand Down
8 changes: 8 additions & 0 deletions Assets/Exported Sketches.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Exported Sketches/normalbrushes.glb
Binary file not shown.
220 changes: 220 additions & 0 deletions Assets/Exported Sketches/normalbrushes.glb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de947ef

Please sign in to comment.