make the pattern a string in all-versions so it can be serialized, and regex-ify it during implementation
This commit is contained in:
@@ -49,8 +49,8 @@ const plans = [
|
||||
hasNumberedReleases: false,
|
||||
openApiBaseName: 'github.ae',
|
||||
miscBaseName: 'ghae',
|
||||
allowedFrontmatterPattern: /^issue-\d+?(-and-\d+?)?|next$/,
|
||||
allowedInlinePattern: /^ghae-(issue-\d+?(-and-\d+?)?|next)$/,
|
||||
allowedFrontmatterPattern: '^issue-\\d+?(-and-\\d+?)?|next$',
|
||||
allowedInlinePattern: '^ghae-(issue-\\d+?(-and-\\d+?)?|next)$',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user