From 0c6c88baf75f8bae5d82be9c0877be7925399954 Mon Sep 17 00:00:00 2001 From: Navateja Alagam Date: Thu, 18 Dec 2025 16:21:03 +0530 Subject: [PATCH 1/2] docs(README): change doc to release new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda8998e..504b8ada 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This repo contains the following packages for automated accessibility testing: - Provides a `toBeAccessible()` accessibility matcher for Jest - integrates the [assertAccessible API](./packages/assert/README.md) with the [Jest assertion API](https://jestjs.io/docs/en/using-matchers) - Provides an option to set up the sa11y API to be invoked automatically at the end of each test -- Includes a custom results processors for enhanced test reporting and grouping violations by rule +- Includes custom results processors for enhanced test reporting and grouping violations by rule - To add accessibility testing to your Jest tests use this package ![Screenshot showing Sa11y Jest API usage and a11y errors showing up in VSCode](https://github.com/salesforce/sa11y/blob/media/screenshot/jest.png?raw=true) From 4ffbfa6dfcbd88cb5688ec3b5a05e5108d3454cd Mon Sep 17 00:00:00 2001 From: Navateja Alagam Date: Thu, 18 Dec 2025 16:33:04 +0530 Subject: [PATCH 2/2] docs(README): update config --- .releaserc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.yml b/.releaserc.yml index b3562cb5..c1561440 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -18,7 +18,7 @@ plugins: - - '@semantic-release/changelog' - changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file." - - '@semantic-release/exec' - - publishCmd: yarn lerna publish --no-git-tag-version --no-git-reset --no-push --yes --dist-tag=${nextRelease.channel} --exact ${nextRelease.version} + - publishCmd: yarn lerna publish --no-git-tag-version --no-git-reset --no-push --yes --exact ${nextRelease.version} - '@semantic-release/github' preset: conventionalcommits