Skip to content

Commit

Permalink
Update the TagBot workflow file (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Apr 13, 2021
1 parent 7678d4d commit d98311d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: TagBot
on:
schedule:
- cron: 0 0 * * *
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PredictMD"
uuid = "3e7d7328-36f8-4388-bd01-4613c92c7370"
authors = ["Dilum Aluthge <[email protected]>", "Ishan Sinha <[email protected]>", "Paul Stey <[email protected]>", "Isabel Restrepo <[email protected]>", "Elizabeth Chen <[email protected]>", "Neil Sarkar <[email protected]>", "Brown Center for Biomedical Informatics <[email protected]>"]
doi = "10.5281/zenodo.1291209"
version = "0.34.20"
version = "0.34.21"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down

2 comments on commit d98311d

@DilumAluthge
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
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/34207

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.34.21 -m "<description of version>" d98311d601518816a4b60d3ca7cd3fa40f6c61cb
git push origin v0.34.21

Please sign in to comment.