Organize release structure and documentation
This commit is contained in:
37
docs/FOLDER-CLEANUP.md
Normal file
37
docs/FOLDER-CLEANUP.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Folder Cleanup Notes
|
||||
|
||||
The source of truth is:
|
||||
|
||||
```text
|
||||
demo_projects/TaskbarLauncher
|
||||
```
|
||||
|
||||
The following sibling folders were created during early prototype/testing and are no longer the preferred release output:
|
||||
|
||||
```text
|
||||
TaskbarLauncher-build
|
||||
TaskbarLauncher-build-handout
|
||||
TaskbarLauncher-build-preview
|
||||
TaskbarLauncher-build-release-small
|
||||
TaskbarLauncher-build-small
|
||||
TaskbarLauncher-editor-publish
|
||||
TaskbarLauncher-preview-publish
|
||||
TaskbarLauncher-releases
|
||||
TaskbarLauncher-small-handout
|
||||
TaskbarLauncher-small-publish
|
||||
TaskbarLauncher-small-handout.zip
|
||||
```
|
||||
|
||||
Do not delete them until you confirm there is nothing in their `config.json` files or backups that you want to keep.
|
||||
|
||||
Going forward, release output should be generated by:
|
||||
|
||||
```powershell
|
||||
.\Tools\New-TaskbarLauncherRelease.ps1
|
||||
```
|
||||
|
||||
The new release output location is:
|
||||
|
||||
```text
|
||||
TaskbarLauncher/builds/releases
|
||||
```
|
||||
Reference in New Issue
Block a user