Skip to content

Commit

Permalink
Merge pull request #311 from SciML/dependabot/github_actions/crate-ci…
Browse files Browse the repository at this point in the history
…/typos-1.20.8

Bump crate-ci/typos from 1.20.4 to 1.20.8
  • Loading branch information
pogudingleb authored Apr 18, 2024
2 parents b7e6d99 + f28106e commit 76ddd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/[email protected].4
uses: crate-ci/[email protected].8

2 comments on commit 76ddd5c

@pogudingleb
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/105200

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.7 -m "<description of version>" 76ddd5cbb37eb581efc033e510ceda9036bd00d6
git push origin v0.5.7

Please sign in to comment.