From a6cdeb8358f9bb978d5393ff859fa40f89c3ea4c Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Tue, 27 Aug 2024 05:07:17 -0700 Subject: [PATCH] Fix typo in ci.yml and release v2.3.2 (#155) * Fix typo in ci.yml * Release notes --- docs/admin/release_notes/version_2.3.md | 6 ++++++ .../.github/workflows/ci.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_2.3.md b/docs/admin/release_notes/version_2.3.md index 67ee550..c602aaf 100644 --- a/docs/admin/release_notes/version_2.3.md +++ b/docs/admin/release_notes/version_2.3.md @@ -2,6 +2,12 @@ This document describes all new features and changes in the release `2.3`. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.3.2] - 2024-08-27 + +### Fixed + +- [#155](https://github.com/nautobot/cookiecutter-nautobot-app/pull/155) - Fixed typo in ci.yml. + ## [v2.3.1] - 2024-08-26 ### Added diff --git a/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml b/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml index c3e8821..3d21729 100644 --- a/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml +++ b/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: uses: "networktocode/gh-action-setup-poetry-environment@v6" - name: "Constrain Nautobot version and regenerate lock file" env: - INVOKE_NAUTOBOT_DEV_EXAMPLE_LOCAL: "true" + INVOKE_{{ cookiecutter.app_name.upper() }}_LOCAL: "true" run: "poetry run invoke lock --constrain-nautobot-ver --constrain-python-ver" - name: "Set up Docker Buildx" id: "buildx"