Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
caputomarcos authored Aug 22, 2022
2 parents 8a7c92d + 4c728c1 commit c76c95f
Show file tree
Hide file tree
Showing 9 changed files with 458 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release=3.0.4
tag=3.0.4
release=3.3.1
tag=3.3.1
1 change: 1 addition & 0 deletions .vscode/configurationCache.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"buildTargets":["check-release","check-status","help","major-release","micro-release","minor-release","release","tag","tag-major-release","tag-micro-release","tag-minor-release","version"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}
11 changes: 11 additions & 0 deletions .vscode/dryrun.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
make --dry-run --always-make --keep-going --print-directory
make: Entering directory '/home/user/caputo/node-red-contrib-oauth2'

echo 'Usage: make <target>'
echo ''
echo ' Targets:'
echo ''
grep -E '^[a-zA-Z_-]+:.*?## .*$' Makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-30s\033[0m %s\n", $1, $2}'
echo ''
make: Leaving directory '/home/user/caputo/node-red-contrib-oauth2'

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}
Loading

0 comments on commit c76c95f

Please sign in to comment.