We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ec5b7f + 3084c36 commit 68a7948Copy full SHA for 68a7948
.github/workflows/TagBot.yml
@@ -0,0 +1,11 @@
1
+name: TagBot
2
+on:
3
+ schedule:
4
+ - cron: 0 * * * *
5
+jobs:
6
+ TagBot:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: JuliaRegistries/TagBot@v1
10
+ with:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
Project.toml
@@ -1,6 +1,6 @@
name = "TrajectoryOptimization"
uuid = "c79d492b-0548-5874-b488-5a62c1d9d0ca"
-version = "0.1.1"
+version = "0.1.2"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments