Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Mar 7, 2020
2 parents 03747a2 + c736fb4 commit cce7236
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 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 }}
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
[compat]
Arpack = "0.3, 0.4"
Distributions = "0.21, 0.22"
FiniteDiff = "2"
FillArrays = "0.8"
FiniteDiff = "2"
KrylovKit = "0.4"
Roots = "0.8"
Roots = "0.8, 1.0"
julia = "1.2"

[extras]
Expand Down

2 comments on commit cce7236

@matthieugomez
Copy link
Owner Author

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 created: JuliaRegistries/General/10666

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

Please sign in to comment.