Skip to content

Commit

Permalink
added TagBot
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 13, 2020
1 parent a38cc40 commit 09c9f09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
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 }}
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"

[compat]
Julia ">= 1"
Chemfiles ">= 0.9.3"
FortranFiles ">= 0.6.0"
JSON3 ">= 1.1.1"
PDBTools ">= 0.3.0"
Parameters ">= 0.12.1"
ProgressMeter ">= 1.3.1"
StructTypes ">= 1.1.0"
ThreadPools ">= 1.1.3"
julia = "1"
Chemfiles = "0.9.3"
FortranFiles = "0.6.0"
JSON3 = "1.1.1"
PDBTools = "0.3.0"
Parameters = "0.12.1"
ProgressMeter= "1.3.1"
StructTypes = "1.1.0"
ThreadPools = "1.1.3"

2 comments on commit 09c9f09

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 09c9f09 Aug 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.1.0 -m "<description of version>" 09c9f0935270f4c9ccb2340f37925efd57010ec7
git push origin v0.1.0

Please sign in to comment.