Skip to content

Commit

Permalink
infra: add v2.8.0 NCS release tag to the workflows
Browse files Browse the repository at this point in the history
Due to this a new ncs image with v2.8.0 toolchain will be created.
  • Loading branch information
MarkoSagadin committed Nov 19, 2024
1 parent c74d7c2 commit 57a2cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-ncs-zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- ncs_version: "v2.5.3"
- ncs_version: "v2.6.1"
- ncs_version: "v2.7.0"
- ncs_version: "v2.8.0"

steps:
- name: Checkout repository
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

This is a no-change release, it is only needed so that image with NCS v2.8.0 can be published.

## [1.8.0] - 2024-11-07

### Added
Expand Down Expand Up @@ -105,4 +107,5 @@ All below changes are related to the ncs-zephyr Docker image:
[1.2.0]: https://github.com/IRNAS/irnas-docker-software/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/IRNAS/irnas-docker-software/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/IRNAS/irnas-docker-software/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/IRNAS/irnas-docker-software/compare/b08044e0137bcbbf5f060545de6b2d2a9f1ee8d8...v1.0.0
[1.0.0]:
https://github.com/IRNAS/irnas-docker-software/compare/b08044e0137bcbbf5f060545de6b2d2a9f1ee8d8...v1.0.0

0 comments on commit 57a2cb1

Please sign in to comment.