Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 2295a35

Browse files
author
Vlad Ganzha
authored
Update automation.yml (#154)
## What is the goal of this PR? Re-add 'release' to 'common' dependency, since dependency-analysis is supporting tags now.
1 parent 297df8e commit 2295a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ config:
2121
version-candidate: VERSION
2222
dependencies:
2323
dependencies: [build]
24-
common: [build] # TODO: add 'release' once dependency-analysis works with tags
24+
common: [build, release]
2525

2626
build:
2727
quality:

0 commit comments

Comments
 (0)