Skip to content

Commit

Permalink
Merge pull request #540 from JuliaTagBot/master
Browse files Browse the repository at this point in the history
Install TagBot as a GitHub Action
  • Loading branch information
DilumAluthge committed Feb 9, 2020
2 parents fcfce77 + 70e2b10 commit 17d073d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
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.14"
version = "0.34.15"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down

5 comments on commit 17d073d

@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 register branch=master

@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 register branch=master

@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 register branch=master

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

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 v0.34.15 -m "<description of version>" 17d073d5c307895ab1a69ad43ad5ba02c0633273
git push origin v0.34.15

@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 updated: JuliaRegistries/General/9110

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 v0.34.15 -m "<description of version>" 17d073d5c307895ab1a69ad43ad5ba02c0633273
git push origin v0.34.15

Please sign in to comment.