skill
adom-library-importer
Public Unreviewedby barrett-land
Install ADOM'S OWN machine pin/contact library into the user's EDA — KiCad, Altium Designer, OR Fusion 360. Fetches the six machine components from the wiki, converts them with adom-lbr into 'Adom Mac
#!/bin/bash
# release.sh: bump + publish adom-library-importer.
# Usage: ./release.sh [--bump patch|minor|major]
set -euo pipefail
DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$DIR"
case "${1:-}" in
--bump) adom-wiki pkg version "${2:-patch}" ;;
--bump=patch|--bump=minor|--bump=major) adom-wiki pkg version "${1#--bump=}" ;;
esac
adom-wiki pkg publish