Skip to content

Commit

Permalink
Update TagBot.yml (#13)
Browse files Browse the repository at this point in the history
* Update TagBot.yml

* Update Project.toml
  • Loading branch information
DilumAluthge authored Mar 2, 2021
1 parent 250a450 commit cdc5c2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +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
@@ -1,7 +1,7 @@
name = "PharmaceuticalClassification"
uuid = "c42eed22-7bfe-405f-8797-8b984d5f7563"
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth organization", "contributors"]
version = "1.0.0"
version = "1.0.1"

[deps]
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Expand Down

2 comments on commit cdc5c2b

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

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 v1.0.1 -m "<description of version>" cdc5c2b5c223b87798f03a1fe2f0b3eb96768b05
git push origin v1.0.1

Please sign in to comment.