squawk-cli 1.6.0__py3-none-macosx_11_0_arm64.whl → 1.6.1__py3-none-macosx_11_0_arm64.whl
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.
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: squawk-cli
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.1
|
4
4
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
5
5
|
Classifier: Operating System :: MacOS
|
6
6
|
Classifier: Operating System :: Microsoft :: Windows
|
@@ -262,22 +262,20 @@ s/new-rule 'prefer big serial'
|
|
262
262
|
|
263
263
|
### releasing a new version
|
264
264
|
|
265
|
-
1.
|
266
|
-
|
265
|
+
1. Update the `CHANGELOG.md`
|
266
|
+
|
267
|
+
Include a description of any fixes / additions. Make sure to include the PR numbers and credit the authors.
|
268
|
+
|
269
|
+
2. Run `s/update-version`
|
267
270
|
|
268
271
|
```bash
|
269
|
-
# update version in Cargo.toml
|
272
|
+
# update version in cli/Cargo.toml, package.json, flake.nix to 4.5.3
|
270
273
|
s/update-version 4.5.3
|
271
274
|
```
|
272
275
|
|
273
|
-
|
274
|
-
3. wait for build artifacts to be attached to release.
|
275
|
-
4. login to `npm` and publish new version.
|
276
|
+
3. Create a new release on GitHub
|
276
277
|
|
277
|
-
|
278
|
-
npm login
|
279
|
-
npm publish
|
280
|
-
```
|
278
|
+
Use the text and version from the `CHANGELOG.md`
|
281
279
|
|
282
280
|
### algolia
|
283
281
|
|
@@ -0,0 +1,4 @@
|
|
1
|
+
squawk_cli-1.6.1.dist-info/METADATA,sha256=nyHE6hIEDeD4cfj-1CEKm1oIbuWhFr5-0FGPlUakjSM,8853
|
2
|
+
squawk_cli-1.6.1.dist-info/WHEEL,sha256=BIHewG3xDASNrCQSw936TG4pT5uL1AnxgJ7f_yNgUy0,101
|
3
|
+
squawk_cli-1.6.1.data/scripts/squawk,sha256=X0hiyLRrc4eVUJoHBzeKb5Ti-Lho8a5XxOj16TZsEVU,7640144
|
4
|
+
squawk_cli-1.6.1.dist-info/RECORD,,
|
@@ -1,4 +0,0 @@
|
|
1
|
-
squawk_cli-1.6.0.dist-info/METADATA,sha256=HRi5ixTmllerjvbNYHaflWa0dmWrZs1PtaMtS-AQL6Q,8969
|
2
|
-
squawk_cli-1.6.0.dist-info/WHEEL,sha256=BIHewG3xDASNrCQSw936TG4pT5uL1AnxgJ7f_yNgUy0,101
|
3
|
-
squawk_cli-1.6.0.data/scripts/squawk,sha256=OSj0AU0mDd9EeuhAf5LRGTCQWwrwlBk2vDvzbArRaWk,7640256
|
4
|
-
squawk_cli-1.6.0.dist-info/RECORD,,
|
File without changes
|