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

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 +2 -3
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.1",
73
73
  "snyk": true
74
74
  }
package/readme.md CHANGED
@@ -116,9 +116,8 @@ Use repo-local plugin composition instead when your team wants different plugins
116
116
  ## Repository Maintenance Notes
117
117
 
118
118
  - 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.
119
+ - Repository automation publishes stable releases from `main` and prereleases from `beta`.
120
+ - Dependabot PRs can auto-refresh `package-lock.json` through the dedicated lockfile-fixer workflow.
122
121
  - 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
122
 
124
123
  ## Contributing