Skip to content

Commit

Permalink
Merge pull request #61 from cite-architecture/dev
Browse files Browse the repository at this point in the history
Update Tagbot.yml. support Julia 1.8
  • Loading branch information
neelsmith committed Sep 22, 2022
2 parents 0b9a1ab + 10a466a commit c3afe0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
types:
- created
workflow_dispatch:
inputs:
lookback:
default: 3
permissions:
contents: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CiteEXchange"
uuid = "e2e9ead3-1b6c-4e96-b95f-43e6ab899178"
authors = ["Neel Smith <dnsmith.neel@gmail.com>"]
version = "0.10.0"
version = "0.10.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -12,9 +12,9 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CSV = "0.9"
CitableBase = "10"
DocStringExtensions = "0.8"
CSV = "0.10"
DocStringExtensions = "0.9"
Documenter = "0.27"
HTTP = "0.9"
HTTP = "1"
julia = "1"

0 comments on commit c3afe0b

Please sign in to comment.