We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5957bf commit e4e2de8Copy full SHA for e4e2de8
CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+* Add missing `publish_yak` task for publishing packages to Rhino Package Manager.
13
+
14
### Changed
15
16
### Removed
tasks.py
@@ -27,6 +27,7 @@
27
build.clean,
28
build.release,
29
grasshopper.yakerize,
30
+ grasshopper.publish_yak,
31
grasshopper.update_gh_header,
32
generate_proto_classes,
33
)
0 commit comments