-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
update: | ||
cd breadboard && make update | ||
cd breadboard && make update | ||
|
||
update-release: | ||
cd breadboard && make update-release | ||
cd breadboard && make update-release | ||
|
||
build: | ||
cd breadboard/pico && make clean && make build | ||
cd breadboard/pico && make clean && make build | ||
|
||
build-all: | ||
cd breadboard/pico && make build-all | ||
cd breadboard/pico && make build-all | ||
|
||
release: | ||
cd breadboard && make release | ||
cd breadboard && make release | ||
|
||
publish: release | ||
echo "Releasing version $(VERSION)" | ||
gh release create "$(VERSION)" --draft --prerelease --title "$(VERSION)-beta" --notes-file release-notes.md | ||
echo "Releasing version $(VERSION)" | ||
gh release create "$(VERSION)" --draft --prerelease --title "$(VERSION)-beta" --notes-file release-notes.md | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters