squawk-cli 2.31.0 → 2.33.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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -330,17 +330,17 @@ cargo xtask new-rule 'prefer big serial'
330
330
 
331
331
  ### Releasing a New Version
332
332
 
333
- 1. Update the `CHANGELOG.md`
334
-
335
- Include a description of any fixes / additions. Make sure to include the PR numbers and credit the authors.
336
-
337
- 2. Run `s/update-version`
333
+ 1. Run `s/update-version`
338
334
 
339
335
  ```bash
340
336
  # update version in squawk/Cargo.toml, package.json, flake.nix to 4.5.3
341
337
  s/update-version 4.5.3
342
338
  ```
343
339
 
340
+ 2. Update the `CHANGELOG.md`
341
+
342
+ Include a description of any fixes / additions. Make sure to include the PR numbers and credit the authors.
343
+
344
344
  3. Create a new release on GitHub
345
345
 
346
346
  Use the text and version from the `CHANGELOG.md`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squawk-cli",
3
- "version": "2.31.0",
3
+ "version": "2.33.2",
4
4
  "description": "linter for PostgreSQL, focused on migrations",
5
5
  "repository": "git@github.com:sbdchd/squawk.git",
6
6
  "author": "Squawk Team & Contributors",