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 3140dd5 commit 7bd0887Copy full SHA for 7bd0887
Taskfile.yml
@@ -21,21 +21,6 @@ tasks:
21
- LICENSE.txt
22
- licenses/**
23
24
- append-license:
25
- desc: Render and append arduino-cli license to NOTICE file
26
- cmds:
27
- - |
28
- rendered=$(envsubst < .licenses/templates/arduino-cli-license.txt)
29
- notice_file=".licenses/NOTICE.arduino-cli"
30
- tmp_file=$(mktemp)
31
- echo "$rendered" > "$tmp_file"
32
- echo -e "\n" >> "$tmp_file"
33
- cat "$notice_file" >> "$tmp_file"
34
- mv "$tmp_file" "$notice_file"
35
- env:
36
- Year: '{{ now | date "2006" }}'
37
- Holder: "ARDUINO SA (http://www.arduino.cc/)"
38
- silent: false
39
40
docs:generate:
41
desc: Create all generated documentation content
0 commit comments