Skip to content

Commit 79e3cee

Browse files
authored
add package topics for package:shelf_router_generator (#346)
1 parent 25861e5 commit 79e3cee

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Publish
55
on:
66
pull_request:
77
branches: [ master ]
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
89
push:
910
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
1011

pkgs/shelf_router_generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
* Added package topics to the pubspec file.
4+
15
## 1.0.5
26

37
* Require `analyzer: '>=4.6.0 <6.0.0'`

pkgs/shelf_router_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shelf_router_generator
2-
version: 1.0.5
2+
version: 1.0.6
33
description: >
44
A package:build-compatible builder for generating request routers for the
55
shelf web-framework based on source annotations.

0 commit comments

Comments
 (0)