Skip to content

Commit

Permalink
Use the TagBot dev branch
Browse files Browse the repository at this point in the history
TODO: revert this when TagBot works properly.
  • Loading branch information
christopher-dG committed Dec 16, 2019
1 parent 29b6fa7 commit 59d6700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: JuliaRegistries/TagBot@v1
- uses: JuliaRegistries/TagBot@cdg/dev
with:
token: ${{ secrets.GITHUB_TOKEN }}

2 comments on commit 59d6700

@christopher-dG
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
No code changes, but the documentation has been updated to Documenter 0.24.

@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/6767

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.3 -m "<description of version>" 59d6700e1d1f87a555af64d4855f1d1ef4170251
git push origin v1.0.3

Please sign in to comment.