Skip to content

Commit

Permalink
add package topics for package:shelf_router_generator (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored May 3, 2023
1 parent 25861e5 commit 79e3cee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Publish
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]

Expand Down
4 changes: 4 additions & 0 deletions pkgs/shelf_router_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6

* Added package topics to the pubspec file.

## 1.0.5

* Require `analyzer: '>=4.6.0 <6.0.0'`
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shelf_router_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_router_generator
version: 1.0.5
version: 1.0.6
description: >
A package:build-compatible builder for generating request routers for the
shelf web-framework based on source annotations.
Expand Down

0 comments on commit 79e3cee

Please sign in to comment.