-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpubspec.yaml
32 lines (29 loc) · 848 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: cider
version: 0.2.8
description: Automatically increments, sets, prints the package version in pubspec.yaml. Adds, lists, prints entries in the changelog. Creates diff links in the changelog.
homepage: https://github.com/f3ath/cider
repository: https://github.com/f3ath/cider
issue_tracker: https://github.com/f3ath/cider/issues
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
args: ^2.0.0
change: ^0.7.1
markdown: ^7.0.0
path: ^1.6.0
pub_semver: ^2.0.0
version_manipulation: ^0.2.0
yaml: ^3.1.0
rfc_6901: ^0.2.0
pubspec_parse: ^1.0.0
dev_dependencies:
lints: ">=4.0.0 <6.0.0"
test: ^1.15.3
coverage: ^1.0.2
check_coverage: ^0.0.2
executables:
cider: cider
cider:
link_template:
tag: 'https://github.com/f3ath/cider/releases/tag/%tag%'
diff: 'https://github.com/f3ath/cider/compare/%from%...%to%'