Skip to content

Commit b7b4d24

Browse files
joshdayclaude
andcommitted
bump version for new release: 0.1.0 to 0.2.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a79726 commit b7b4d24

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/TagBot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: TagBot
2+
on:
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
7+
inputs:
8+
lookback:
9+
description: "[DEPRECATED] No longer has any effect"
10+
default: "3"
11+
jobs:
12+
TagBot:
13+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
14+
runs-on: ubuntu-slim
15+
steps:
16+
- uses: JuliaRegistries/TagBot@v1
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}
19+
ssh: ${{ secrets.DOCUMENTER_KEY }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RapidRefreshData"
22
uuid = "6311d174-80ed-4991-8be9-d0557cea290a"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Josh Day <emailjoshday@gmail.com> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)