|
|
@ -93,11 +93,13 @@ func newOutdatedListWriter(releases []*release.Release, cfg *action.Configuratio
|
|
|
|
// we initialize the Struct with default Options but the 'devel' option
|
|
|
|
// we initialize the Struct with default Options but the 'devel' option
|
|
|
|
// can be set by the User, all the other ones are not relevant.
|
|
|
|
// can be set by the User, all the other ones are not relevant.
|
|
|
|
searchRepo := searchRepoOptions{
|
|
|
|
searchRepo := searchRepoOptions{
|
|
|
|
versions: false,
|
|
|
|
versions: false,
|
|
|
|
regexp: false,
|
|
|
|
regexp: false,
|
|
|
|
devel: devel,
|
|
|
|
devel: devel,
|
|
|
|
maxColWidth: 50,
|
|
|
|
maxColWidth: 50,
|
|
|
|
version: "",
|
|
|
|
version: "",
|
|
|
|
|
|
|
|
repoFile: settings.RepositoryConfig,
|
|
|
|
|
|
|
|
repoCacheDir: settings.RepositoryCache,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// initialize Repo index first
|
|
|
|
// initialize Repo index first
|
|
|
|