Releases: kevinCefalu/obsidian-azdo-sync
Releases · kevinCefalu/obsidian-azdo-sync
v1.1.0-alpha.92
Modified .github/workflows/release.yml to change the working director…
v1.1.0-alpha.77
The changes made in this commit include: - Modified .github/workflows/release.yml to add commands for listing directory contents - Modified .github/workflows/release.yml to change the way the release is created - Modified .github/workflows/release.yml to include the zip file in the release creation command
v1.1.0-alpha.38
scatter shot `permissions: write-all` to solve agent permission issue…
v1.1.0-alpha.225
fluff ⬆️ & ✨ for naming stuff (pt 2 😝)
v1.1.0-alpha.203
fluff ⬆️ & ✨ for naming stuff
v1.1.0-alpha.182
The changes made in this commit include: - Modified .github/workflows/release.yml to change the order of operations in the release workflow. Specifically, the zip file is now copied to the plugin directory earlier in the workflow. The working directory for the 'Publish Release' step has also been updated to reflect this change. Additionally, the 'Prepare Release' step has been added to list the contents of the plugin directory after the zip file is copied. The 'TODO' comment has been updated to indicate a future change related to the discussion category for the release. Finally, the zip file has been added to the list of assets for the release.
v1.1.0-alpha.162
The changes made in this commit include: - Modified .github/workflows/release.yml to remove the setup for GitVersion.
v1.1.0-alpha.125
Modified workflow to remove the steps for changing to the dist direct…