From d47264b89c90bdaf0d41fc463a02c5d9676f93bb Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Oct 2024 14:25:35 +0100 Subject: [PATCH] ci: Add icons template to release-please extra files --- outputs/flutter/icons.g.dart | 2 +- release-please-config.json | 2 +- scripts/fetch-icons/templates/icons.dart.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index a781d230..70b212ef 100644 --- a/outputs/flutter/icons.g.dart +++ b/outputs/flutter/icons.g.dart @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// Current version of Zeta Icons // x-release-please-start-version -const zetaIconsVersion = '0.5.6'; +const zetaIconsVersion = '0.6.2'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/). diff --git a/release-please-config.json b/release-please-config.json index 41fb9d82..ad5f3881 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,7 @@ }, "extra-files": [ "outputs/flutter/icons.g.dart", - "scripts/templates/icons.dart.template", + "scripts/fetch-icons/templates/icons.dart.template", "index.ts" ], "changelog-sections": [ diff --git a/scripts/fetch-icons/templates/icons.dart.template b/scripts/fetch-icons/templates/icons.dart.template index 589af2c6..06e4d406 100644 --- a/scripts/fetch-icons/templates/icons.dart.template +++ b/scripts/fetch-icons/templates/icons.dart.template @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// Current version of Zeta Icons // x-release-please-start-version -const zetaIconsVersion = '0.5.6'; +const zetaIconsVersion = '0.6.2'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).