semantic-release-npm-github-publish 1.7.0 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +10 -4
package/package.json CHANGED
@@ -69,6 +69,6 @@
69
69
  "docsIndexKeeper": {
70
70
  "indexFile": "docs/README.md"
71
71
  },
72
- "version": "1.7.0",
72
+ "version": "1.7.2",
73
73
  "snyk": true
74
74
  }
package/readme.md CHANGED
@@ -1,15 +1,21 @@
1
1
  # semantic-release-npm-github-publish
2
2
 
3
- <p>
3
+ <p align="center">
4
4
  <a href="https://github.com/oleg-koval/semantic-release-npm-github-publish/actions/workflows/ci.yml" target="_blank">
5
5
  <img alt="CI" src="https://github.com/oleg-koval/semantic-release-npm-github-publish/actions/workflows/ci.yml/badge.svg?branch=main">
6
6
  </a>
7
7
  <a href="https://github.com/oleg-koval/semantic-release-npm-github-publish/actions/workflows/release.yml" target="_blank">
8
8
  <img alt="Publish" src="https://github.com/oleg-koval/semantic-release-npm-github-publish/actions/workflows/release.yml/badge.svg?branch=main">
9
9
  </a>
10
+ <a href="https://github.com/oleg-koval/semantic-release-npm-github-publish/actions/workflows/codeql-analysis.yml" target="_blank">
11
+ <img alt="CodeQL" src="https://github.com/oleg-koval/semantic-release-npm-github-publish/actions/workflows/codeql-analysis.yml/badge.svg?branch=main">
12
+ </a>
10
13
  <a href="https://www.npmjs.com/package/semantic-release-npm-github-publish" target="_blank">
11
14
  <img alt="npm" src="https://img.shields.io/npm/v/semantic-release-npm-github-publish.svg">
12
15
  </a>
16
+ <a href="https://www.npmjs.com/package/semantic-release-npm-github-publish" target="_blank">
17
+ <img alt="npm downloads" src="https://img.shields.io/npm/dm/semantic-release-npm-github-publish.svg">
18
+ </a>
13
19
  <a href="https://github.com/oleg-koval/semantic-release-npm-github-publish/blob/main/LICENSE" target="_blank">
14
20
  <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
15
21
  </a>
@@ -116,9 +122,9 @@ Use repo-local plugin composition instead when your team wants different plugins
116
122
  ## Repository Maintenance Notes
117
123
 
118
124
  - Consumer-facing examples now use `main`.
119
- - Repository automation currently supports both `master` and `main` so maintenance is not blocked before the branch rename.
120
- - Repository automation also supports `beta` for prerelease validation and publishing.
121
- - Renaming this repository's default branch to `main` is still recommended to align hosted defaults, badges, and examples.
125
+ - Repository automation publishes stable releases from `main` and prereleases from `beta`.
126
+ - The repository default branch is `main`, and all badges and examples now follow that.
127
+ - Dependabot PRs can auto-refresh `package-lock.json` through the dedicated lockfile-fixer workflow.
122
128
  - The old README wording that inverted `fix` and `feat` was documentation drift. The actual release behavior has been corrected and is now covered by tests.
123
129
 
124
130
  ## Contributing