Skip to content

Commit

Permalink
Merge pull request #54 from JuliaTagBot/master
Browse files Browse the repository at this point in the history
Install TagBot as a GitHub Action
  • Loading branch information
DilumAluthge authored Feb 9, 2020
2 parents 23a4961 + 766600c commit 8bf5610
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 = "DeIdentification"
uuid = "b905b068-7150-5b22-bc23-80596c88c6a6"
authors = ["Brown Center for Biomedical Informatics"]
version = "0.8.0"
version = "0.8.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

3 comments on commit 8bf5610

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

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.8.1 -m "<description of version>" 8bf56109b57ec4fa171f96e7eda6f70afaf91b7d
git push origin v0.8.1

Please sign in to comment.