Skip to content

Releases: kevinCefalu/obsidian-azdo-sync

v1.1.0-alpha.92

28 Sep 21:57
Compare
Choose a tag to compare
v1.1.0-alpha.92 Pre-release
Pre-release
Modified .github/workflows/release.yml to change the working director…

v1.1.0-alpha.77

28 Sep 21:53
Compare
Choose a tag to compare
v1.1.0-alpha.77 Pre-release
Pre-release
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

28 Sep 21:33
Compare
Choose a tag to compare
v1.1.0-alpha.38 Pre-release
Pre-release
scatter shot `permissions: write-all` to solve agent permission issue…

v1.1.0-alpha.225

28 Sep 22:41
Compare
Choose a tag to compare
v1.1.0-alpha.225 Pre-release
Pre-release
fluff ⬆️ & ✨ for naming stuff (pt 2 😝)

v1.1.0-alpha.203

28 Sep 22:35
Compare
Choose a tag to compare
v1.1.0-alpha.203 Pre-release
Pre-release
fluff ⬆️ & ✨ for naming stuff

v1.1.0-alpha.182

28 Sep 22:29
Compare
Choose a tag to compare
v1.1.0-alpha.182 Pre-release
Pre-release
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

28 Sep 22:21
Compare
Choose a tag to compare
v1.1.0-alpha.162 Pre-release
Pre-release
The changes made in this commit include:

- Modified .github/workflows/release.yml to remove the setup for GitVersion.

v1.1.0-alpha.125

28 Sep 22:04
Compare
Choose a tag to compare
v1.1.0-alpha.125 Pre-release
Pre-release
Modified workflow to remove the steps for changing to the dist direct…