Skip to content

Commit

Permalink
chore(main): release 2.3.0 (#61)
Browse files Browse the repository at this point in the history
* 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
release-please[bot] and parkerbxyz committed Apr 11, 2024
1 parent 95f0e43 commit 58c33b0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
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))

0 comments on commit 58c33b0

Please sign in to comment.