use_packwerk 0.57.16 → 0.57.17
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.
- checksums.yaml +4 -4
- data/README.md +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2fad74ccec1c3b572a5c3dc5cf0c0e17b303514710ede4bc855c215ece78e7bf
|
|
4
|
+
data.tar.gz: d1a1cea3c2fdd63da3dd7b29a80ef1a8cd5230d478f3e223be19127f8a01f634
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 629e25c9bfe252c40957aebee1eb060a7a1457a4d978b12bf8662bcb5dd96752c5284d418a2a33e6d74eb26d392189ecd80eb1ef9dfbe0b6d88ab386faa3a855
|
|
7
|
+
data.tar.gz: 76b34bba61abe721bfbed61f3e3ff272450ca40bd4fd4b4fd20003d21c19866d235bb1348b7bbc575420f2011103494933e1402459ed2709922fb26bb3032437
|
data/README.md
CHANGED
|
@@ -43,6 +43,9 @@ If no pack name is passed in, this will list out violations across all packs.
|
|
|
43
43
|
|
|
44
44
|
This can be used to quickly modify a `package.yml` file and add a dependency. It also cleans up the list of dependencies to sort the list and remove redundant entries.
|
|
45
45
|
|
|
46
|
+
### Releasing
|
|
47
|
+
Releases happen automatically through github actions once a version update is committed to `main`.
|
|
48
|
+
|
|
46
49
|
## Discussions, Issues, Questions, and More
|
|
47
50
|
To keep things organized, here are some recommended homes:
|
|
48
51
|
|