You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a bundler (webpack) is used now, creation of new release branches is easier. Only four files need to be published (README.md, action.yml, main.js, and main.js.map). Instructions should be updated accordingly. I.e., there is no need to remove items explicitly (git rm -rf *.json *config.js *.lock .github .gitignore .v0 __tests__ src examples cli.sh); it should be remove everything except 'dist'.
The text was updated successfully, but these errors were encountered:
Since a bundler (webpack) is used now, creation of new release branches is easier. Only four files need to be published (
README.md
,action.yml
,main.js
, andmain.js.map
). Instructions should be updated accordingly. I.e., there is no need to remove items explicitly (git rm -rf *.json *config.js *.lock .github .gitignore .v0 __tests__ src examples cli.sh
); it should beremove everything except 'dist'
.The text was updated successfully, but these errors were encountered: