chore: update changeset
Signed-off-by: benjdlambert <ben@blam.sh> Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/plugin-scaffolder-node': patch
|
||||
---
|
||||
|
||||
document built-in template filters
|
||||
Document the internal built-in filters, and ensure that the types are validated when using `createTemplateFilter` and `createTemplateGlobalFunction` from the `zod` schema.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { TemplateFilterExample } from '@backstage/plugin-scaffolder-node/alpha';
|
||||
|
||||
/*
|
||||
* Copyright 2025 The Backstage Authors
|
||||
*
|
||||
@@ -15,6 +13,8 @@ import { TemplateFilterExample } from '@backstage/plugin-scaffolder-node/alpha';
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { TemplateFilterExample } from '@backstage/plugin-scaffolder-node/alpha';
|
||||
|
||||
export const examples: TemplateFilterExample[] = [
|
||||
{
|
||||
example: `\
|
||||
|
||||
Reference in New Issue
Block a user