Skip to content

Commit

Permalink
Merge pull request #273 from makermelissa/main
Browse files Browse the repository at this point in the history
Add release drafter back in that was accidentally removed
  • Loading branch information
dhalbert authored Sep 6, 2024
2 parents 6db5260 + e211c02 commit bbbce55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
categories:
- title: "⬆️ Dependencies"
collapse-after: 1
labels:
- "dependencies"
template: |
## What's Changed
$CHANGES
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/index.js"
: "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.1.0/dist/web/index.js"
: "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.2.0/dist/web/index.js"
);
</script>
<script src="js/script.js" module defer></script>
Expand Down

0 comments on commit bbbce55

Please sign in to comment.