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
Added a debug flag which allows you to log your way through the workflow. With this flag turned on you'll see all API responses the action receives in the terminal. You can find details surrounding this in the README.
Migrated to Node 14 from 12 for development.
Minor Changes
Tons of dependency and security updates from third party libraries.
Migrated ESLint/Prettier config.
Added workflow helpers for quicker releases.
Improved integration testing.
Added GitHub Discussions support.
Added Sponsors section to README.
This discussion was created from the release 2.0.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Version 2.0.0 🎉
It's been long overdue, but version 2.0.0 is here.
Major Changes
snake-case
for parameters instead of uppercase with underscoresLIKE_THIS
. You can see an example of this below:debug
flag which allows you to log your way through the workflow. With this flag turned on you'll see all API responses the action receives in the terminal. You can find details surrounding this in the README.Minor Changes
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions