Skip to content

Commit

Permalink
feat: Add unhandled obsidian extension as attachments + send file by …
Browse files Browse the repository at this point in the history
…links
  • Loading branch information
Mara-Li authored May 3, 2024
1 parent 4b19d48 commit 31087c6
Show file tree
Hide file tree
Showing 42 changed files with 22,512 additions and 20,413 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,3 @@ jobs:
BETA: ${{ inputs.beta }}
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
generate_changelog_bumps:
runs-on: ubuntu-latest
needs: [bump-version-and-release]
name: Generate changelog -- For beta releases
steps:
- uses: EsmerlinJM/gha-release-messages-improved@main
with:
repository: ObsidianPublisher/obsidian-github-publisher
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_KEY }}
generate_changelog_release:
runs-on: ubuntu-latest
needs: [release]
name: Generate changelog -- For major releases
steps:
- uses: EsmerlinJM/gha-release-messages-improved@main
with:
repository: ObsidianPublisher/obsidian-github-publisher
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_KEY }}
Loading

0 comments on commit 31087c6

Please sign in to comment.