Skip to content

Commit

Permalink
Merge pull request #71 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 bc5383c + 193e5ff commit fa9f2b4
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
@@ -1,7 +1,7 @@
name = "BioMedQuery"
uuid = "e96904bf-1073-5077-9b57-b0ce0ff5555a"
author = ["Brown Center for Biomedical Informatics"]
version = "0.6.5"
version = "0.6.6"

[deps]
BioServices = "a0d4ced5-b29c-5395-b614-ca030a679c4b"
Expand Down

2 comments on commit fa9f2b4

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

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

Also, note the warning: Version 0.6.6 skips over 0.6.5
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.