-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(main): release 2.3.0 * ci(release): create release workflow This workflow will update the major version tag on each release. --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Parker Brown <[email protected]>
- Loading branch information
1 parent
95f0e43
commit 58c33b0
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: release | ||
|
||
on: | ||
workflow_dispatch: | ||
release: | ||
types: [released] | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
release: | ||
uses: parkerbxyz/.github/.github/workflows/release.yml@main | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.2.0" | ||
".": "2.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## [2.3.0](https://github.com/parkerbxyz/guru-to-github/compare/v2.2.0...v2.3.0) (2024-04-11) | ||
|
||
### Features | ||
|
||
* add support for syncing multiple collections ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependencies ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
* do not attempt to delete nonexistent file ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
* handle special characters in folder names ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
* quote file path in API request URLs ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
* set external_id to None if not found in metadata ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
* skip images with invalid extension ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) | ||
|
||
### Documentation | ||
|
||
* **README:** update inputs and example workflows ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9)) |