Skip to content

Commit 5ca3fa6

Browse files
authored
Version v0.2.0 (#9)
1 parent 0a47917 commit 5ca3fa6

6 files changed

Lines changed: 39 additions & 25 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: fischerscode/tagger@v0.1
44+
- uses: fischerscode/tagger@v0.2
4545
with:
4646
prefix: v

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.0
2+
3+
- Update dependencies
4+
- Support macOS & Windows
5+
16
## v0.1.0
27

38
- Add to marketplace

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![](https://img.shields.io/github/v/release/fischerscode/tagger)](https://github.com/fischerscode/tagger/releases/latest)
22
[![](https://img.shields.io/github/license/fischerscode/tagger)](https://github.com/fischerscode/tagger/blob/master/LICENSE)
33

4-
You can use Tagger either as a [command line tool](#tagger-as-a-command-line-tool) or an [GitHub Action](#tagger-v01-action)
4+
You can use Tagger either as a [command line tool](#tagger-as-a-command-line-tool) or an [GitHub Action](#tagger-v02-action)
55

66

7-
# Tagger V0.1 Action
7+
# Tagger V0.2 Action
88
This action automatically moves semantic tags. When providing the tag '1.2.3', '1' and '1.2' will be moved to the position of '1.2.3'.
99

1010
This action is meant to be run when ever a release has been created.
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# You have to check out your repo first.
2626
- uses: actions/checkout@v2
27-
- uses: fischerscode/tagger@v0.1
27+
- uses: fischerscode/tagger@v0.2
2828
with:
2929
# The prefix of the semantic tags.
3030
# Default: ''

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ runs:
4040
else
4141
suffix=mac
4242
fi
43-
wget https://github.com/fischerscode/tagger/releases/download/v0.1.0/tagger.${suffix} -O ${{ steps.info.outputs.BIN }}
43+
wget https://github.com/fischerscode/tagger/releases/download/v0.2.0/tagger.${suffix} -O ${{ steps.info.outputs.BIN }}
4444
chmod +x ${{ steps.info.outputs.BIN }}
4545
shell: sh
4646
- name: Download tagger (Windows)
4747
if: ${{ runner.os == 'Windows' }}
4848
run: |
49-
Invoke-WebRequest -URI https://github.com/fischerscode/tagger/releases/download/v0.1.0/tagger.windows.exe -OutFile $Env:BIN
49+
Invoke-WebRequest -URI https://github.com/fischerscode/tagger/releases/download/v0.2.0/tagger.windows.exe -OutFile $Env:BIN
5050
echo "Saved to $Env:BIN"
5151
shell: pwsh
5252
env:

pubspec.lock

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,64 +5,73 @@ packages:
55
dependency: "direct main"
66
description:
77
name: args
8-
url: "https://pub.dartlang.org"
8+
sha256: "4cab82a83ffef80b262ddedf47a0a8e56ee6fbf7fe21e6e768b02792034dd440"
9+
url: "https://pub.dev"
910
source: hosted
10-
version: "2.3.0"
11+
version: "2.4.0"
1112
file:
1213
dependency: transitive
1314
description:
1415
name: file
15-
url: "https://pub.dartlang.org"
16+
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
17+
url: "https://pub.dev"
1618
source: hosted
17-
version: "6.1.2"
19+
version: "6.1.4"
1820
meta:
1921
dependency: transitive
2022
description:
2123
name: meta
22-
url: "https://pub.dartlang.org"
24+
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
25+
url: "https://pub.dev"
2326
source: hosted
24-
version: "1.7.0"
27+
version: "1.9.1"
2528
path:
2629
dependency: transitive
2730
description:
2831
name: path
29-
url: "https://pub.dartlang.org"
32+
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
33+
url: "https://pub.dev"
3034
source: hosted
31-
version: "1.8.0"
35+
version: "1.8.3"
3236
pedantic:
3337
dependency: "direct dev"
3438
description:
3539
name: pedantic
36-
url: "https://pub.dartlang.org"
40+
sha256: "67fc27ed9639506c856c840ccce7594d0bdcd91bc8d53d6e52359449a1d50602"
41+
url: "https://pub.dev"
3742
source: hosted
3843
version: "1.11.1"
3944
platform:
4045
dependency: transitive
4146
description:
4247
name: platform
43-
url: "https://pub.dartlang.org"
48+
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
49+
url: "https://pub.dev"
4450
source: hosted
45-
version: "3.0.2"
51+
version: "3.1.0"
4652
process:
4753
dependency: transitive
4854
description:
4955
name: process
50-
url: "https://pub.dartlang.org"
56+
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
57+
url: "https://pub.dev"
5158
source: hosted
52-
version: "4.2.3"
59+
version: "4.2.4"
5360
shell:
5461
dependency: "direct main"
5562
description:
5663
name: shell
57-
url: "https://pub.dartlang.org"
64+
sha256: fd3b7b97e5e7f734138543d5815c6cb6cdd2a1645a0def8ac8e05577cddfbe03
65+
url: "https://pub.dev"
5866
source: hosted
5967
version: "2.0.0"
6068
version:
6169
dependency: "direct main"
6270
description:
6371
name: version
64-
url: "https://pub.dartlang.org"
72+
sha256: "3d4140128e6ea10d83da32fef2fa4003fccbf6852217bb854845802f04191f94"
73+
url: "https://pub.dev"
6574
source: hosted
66-
version: "2.0.0"
75+
version: "3.0.2"
6776
sdks:
68-
dart: ">=2.12.0 <3.0.0"
77+
dart: ">=2.18.0 <3.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tagger
22
description: Automatically move your GitHub Action tags on release.
3-
version: 0.1.0
3+
version: 0.2.0
44
repository: https://github.com/fischerscode/tagger
55

66
environment:
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
args: ^2.3.0
1111
shell: ^2.0.0
12-
version: ^2.0.0
12+
version: ^3.0.2
1313

1414
dev_dependencies:
1515
pedantic: ^1.9.0

0 commit comments

Comments
 (0)