Skip to content

Releases: nhs-england-tools/notify-msteams-action

v1.0.7

Choose a tag to compare

@nhs-versioning-release-app nhs-versioning-release-app released this 26 Aug 08:35
3d354c1

1.0.7 (2026-08-26)

Bug Fixes

v1.0.6

Choose a tag to compare

@nhs-versioning-release-app nhs-versioning-release-app released this 11 Aug 14:24
c0cbc55

1.0.6 (2026-08-11)

Chore

v1.0.5

Choose a tag to compare

@nhs-versioning-release-app nhs-versioning-release-app released this 06 Mar 10:38
a9fbb9b

1.0.5 (2026-03-06)

Bug Fixes

  • publish workflow run on push to main (#244) (1c1c7e9)

v1.0.4

Choose a tag to compare

@notify-msteams-action-release notify-msteams-action-release released this 05 Mar 09:34
58610c5

1.0.4 (2026-03-05)

Bug Fixes

v1.0.3

Choose a tag to compare

@notify-msteams-action-release notify-msteams-action-release released this 04 Mar 17:03
97c6067

1.0.3 (2026-03-04)

Bug Fixes

  • handle if all release files are not generated (#241) (97c6067)

v1.0.2

Choose a tag to compare

@notify-msteams-action-release notify-msteams-action-release released this 04 Mar 16:42
a2e3cbc

1.0.2 (2026-03-04)

Bug Fixes

v1.0.1

Choose a tag to compare

@notify-msteams-action-release notify-msteams-action-release released this 04 Mar 15:10
debc17c

1.0.1 (2026-03-04)

Bug Fixes

  • ci: resolve secrets context error and python version extraction (#236) (dd0e5b6)
  • Fixing release (#239) (debc17c)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 11:12
450ab55

1.0.0 (2024-10-08)

Bug Fixes

Features

Ensure release process produces required directories

Choose a tag to compare

@walteck walteck released this 24 Jul 08:34
fd3965d
removing gitignore for dist directory (#10)

<!-- markdownlint-disable-next-line first-line-heading -->
## Description

The dist/ directory is required for Actions to run - this was added to
gitignore to avoid failing lint checks. This needs to be added back in
and the lint checks updated.

## Context

This fixes the case where actions fail to run as they could not find the
dist/index.js file.

## Type of changes

<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply. -->

- [ ] Refactoring (non-breaking change)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would change existing
functionality)
- [X] Bug fix (non-breaking change which fixes an issue)

## Checklist

<!-- Go over all the following points, and put an `x` in all the boxes
that apply. -->

- [X] I am familiar with the [contributing
guidelines](../docs/CONTRIBUTING.md)
- [X] I have followed the code style of the project
- [ ] I have added tests to cover my changes
- [X] I have updated the documentation accordingly
- [ ] This PR is a result of pair or mob programming

---

## Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others
privacy, we kindly ask you to NOT including [PII (Personal Identifiable
Information) / PID (Personal Identifiable
Data)](https://digital.nhs.uk/data-and-information/keeping-data-safe-and-benefitting-the-public)
or any other sensitive data in this PR (Pull Request) and the codebase
changes. We will remove any PR that do contain any sensitive
information. We really appreciate your cooperation in this matter.

- [X] I confirm that neither PII/PID nor sensitive data are included in
this PR and the codebase changes.

Add link button

Choose a tag to compare

@walteck walteck released this 21 Jul 16:17
08b6fa9

Updated to use the Microsoft Adaptive cards approach.
Users can now optionally provide a Link which will display a button in the notification.