Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed May 27, 2024
1 parent 5f83629 commit b00ee4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.3.3] - May 17th, 2024

* Added prefix to logged output.


## [2.3.2] - May 17th, 2024

* Added prefix option to change from the default of "v".
Expand Down
1 change: 1 addition & 0 deletions lib/tag.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Future<void> main(List<String>? args) async {
'minor': useMinor,
'overwrite': overwrite,
'path': path,
'prefix': prefix,
'slug': slug,
'version': version,
};
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'dart_version_autotag'
description: 'A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.'
version: '2.3.2'
version: '2.3.3'
homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag'

environment:
Expand Down

0 comments on commit b00ee4a

Please sign in to comment.