Skip to content

Commit

Permalink
Fix typo in ci.yml and release v2.3.2 (#155)
Browse files Browse the repository at this point in the history
* Fix typo in ci.yml

* Release notes
  • Loading branch information
gsnider2195 authored Aug 27, 2024
1 parent 6dad454 commit a6cdeb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/admin/release_notes/version_2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a6cdeb8

Please sign in to comment.