You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPDATE.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,17 @@ update:
52
52
use-tag: true # Optional, override the default of using a GitHub release to identify related tag to fetch. Not all projects use GitHub releases but just use tags
53
53
tag-filter: foo # Optional, filter to apply when searching tags on a GitHub repository, some repos maintain a mixture of tags for different major versions for example
54
54
```
55
+
56
+
## Ignore versions
57
+
58
+
Some upstream projects create tags that can interfere with version comparisons, you may find the need to ignore these.
59
+
60
+
To achieve this you can specify a list of regex patterns to identify versions that you want to ignore:
0 commit comments