Skip to content

Commit

Permalink
rev to 3.0.0-beta in preparation for publishing (#153)
Browse files Browse the repository at this point in the history
* support -dev pre-release versions

* use a '-beta' version extension
  • Loading branch information
devoncarew committed Sep 26, 2023
1 parent b044aca commit c266a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-wip
## 3.0.0-beta

- `core`:
- added `collection_methods_unrelated_type`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lints
version: 3.0.0-wip
version: 3.0.0-beta
description: >
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
suggested by the Dart team.
Expand Down

0 comments on commit c266a04

Please sign in to comment.