Consider npm outdated
to check for newer dependencies.
cd $HOME/mozilla-sops-action
docker build -t mozilla-sops-action:build .
docker run -it --rm \
--volume $HOME/mozilla-sops-action:/usr/src/app \
mozilla-sops-action:build \
/bin/sh
npm install
npm run publish
Add and commit changes. Push to remote. Merge PR with changes into Master.
git tag v99
git push --tags
Create release on Release page.