We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84cd8f commit 6cb00faCopy full SHA for 6cb00fa
.github/workflows/TagBot.yml
@@ -0,0 +1,15 @@
1
+name: TagBot
2
+on:
3
+ issue_comment:
4
+ types:
5
+ - created
6
+ workflow_dispatch:
7
+jobs:
8
+ TagBot:
9
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: JuliaRegistries/TagBot@v1
13
+ with:
14
+ token: ${{ secrets.GITHUB_TOKEN }}
15
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
Project.toml
@@ -1,7 +1,7 @@
name = "MicroFloatingPoints"
uuid = "6e0295d3-a2ae-4d9e-ab31-7b55fc0f4333"
authors = ["Frédéric Goualard <[email protected]>"]
-version = "1.5.1"
+version = "1.5.2"
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
0 commit comments