@oneweb-test/trusted 1.3.0 → 1.4.0

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/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # Testing Trusted Publishing
2
2
 
3
- This is just a test project to trial publishing via trusted publishing to npm.
3
+ This is just a test project to trial publishing via trusted publishing to npm.
4
+
5
+ To test publishing a new version, run the following commands:
6
+ ```
7
+ npm version minor
8
+ git push --follow-tags
9
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneweb-test/trusted",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "",
5
5
  "homepage": "https://gitlab.com/coopeng/oneweb/sandbox/trusted-publish-test#readme",
6
6
  "bugs": {