- Module path: dappco.re/go/agent - Core import: dappco.re/go/core v0.4.7 - Process service re-enabled with new Core API - Plugin bumped to v0.11.0 - Directory flattened from go/ to root Co-Authored-By: Virgil <virgil@lethean.io>
253 B
253 B
Git Flow
git status— check working treegit diff --stat— review changesgit add— stage files (specific, not -A)git commit -m "type(scope): description"— conventional commitgit push origin main— push to forge