@sebbo2002/semantic-release-jsr 1.0.0-develop.9 → 1.0.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 +6 -12
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -5,17 +5,11 @@
5
5
  Small `semantic-release` plugin, which adjusts the version in the `jsr.json` file and executes
6
6
  `jsr publish` to publish the module on jsr.io as well.
7
7
 
8
- ## 🚨 Work in Progress
9
-
10
- This plugin is still very fresh and therefore anything but stable or reliable. Please only use it
11
- if you don't mind failing releases.
12
-
13
-
14
8
  ## 📦 Install
15
9
 
16
10
  ```bash
17
11
  # Install via npm
18
- $ npm install -D @sebbo2002/semantic-release-jsr@next
12
+ $ npm install -D @sebbo2002/semantic-release-jsr
19
13
  ```
20
14
 
21
15
 
@@ -40,12 +34,12 @@ plugin, which are documented [here](https://sebbo2002.github.io/semantic-release
40
34
 
41
35
  ## ⚙️ Steps
42
36
 
43
- | Step | Description |
44
- |----------------------|-------------------------------------------------------------------------------------------|
37
+ | Step | Description |
38
+ |----------------------|----------------------------------------------------------------------------------------------|
45
39
  | `verifyConditions` | Runs `jsr publish --dry-run` to test your setup. Also downloads the deno binary if required. |
46
- | `prepare` | Update the `jsr.json` / `deno.json` files |
47
- | `publish` | Run final `jsr publish` command |
48
- | `fail` / `success` | Remove the temporary folder |
40
+ | `prepare` | Updates the `jsr.json` / `deno.json` files |
41
+ | `publish` | Run final `jsr publish` command |
42
+ | `fail` / `success` | Remove the temporary folder |
49
43
 
50
44
  ## 🙆🏼‍♂️ Copyright and license
51
45
 
package/package.json CHANGED
@@ -9,7 +9,6 @@
9
9
  "description": "Small `semantic-release` plugin, which adjusts the version in the `jsr.json` file and executes `jsr publish` to publish the module on jsr.io as well.",
10
10
  "devDependencies": {
11
11
  "@qiwi/semantic-release-gh-pages-plugin": "^5.2.12",
12
- "@sebbo2002/semantic-release-jsr": "^1.0.0-develop.7",
13
12
  "@semantic-release/changelog": "^6.0.3",
14
13
  "@semantic-release/exec": "^6.0.3",
15
14
  "@semantic-release/git": "^10.0.1",
@@ -61,5 +60,5 @@
61
60
  "test": "mocha"
62
61
  },
63
62
  "type": "module",
64
- "version": "1.0.0-develop.9"
63
+ "version": "1.0.0"
65
64
  }