Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit c266a04

Browse files
authored
rev to 3.0.0-beta in preparation for publishing (#153)
* support -dev pre-release versions * use a '-beta' version extension
1 parent b044aca commit c266a04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
push:
9-
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
9+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
1010

1111
jobs:
1212
publish:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.0-wip
1+
## 3.0.0-beta
22

33
- `core`:
44
- added `collection_methods_unrelated_type`

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lints
2-
version: 3.0.0-wip
2+
version: 3.0.0-beta
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.

0 commit comments

Comments
 (0)