Skip to content

Commit 91905c2

Browse files
author
aoife cassidy
authored
nanpa: init at 2.3.1 (#502)
1 parent d5b8928 commit 91905c2

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/bump-version.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
sed -i "s/^\\tVersion.*\$/\tVersion = \"$VERSION\"/" version.go

.github/workflows/bump.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
workflow_dispatch:
3+
inputs:
4+
packages:
5+
description: "packages to bump"
6+
type: string
7+
required: true
8+
9+
jobs:
10+
bump:
11+
permissions:
12+
contents: write
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: nbsp/ilo@v2
17+
with:
18+
packages: ${{ github.event.inputs.packages }}
19+
prefix: v

.nanparc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version 2.3.1
2+
name livekit-cli
3+
custom .github/bump-version.sh

0 commit comments

Comments
 (0)