@ufal-lccv/gpsub-ds 0.2.29 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -194,4 +194,6 @@ Atualmente no repositório do github temos uma github action que faz o processo
194
194
  1. Atualize a versão no `package.json`
195
195
  2. npm login (sua conta deve ter acesso ao escopo @ufal-lccv)
196
196
  3. npm run build
197
- 4. npm publish --access public --tag alpha
197
+ 4. npm version patch (ou minor/major, dependendo do tipo de mudança)
198
+ 5. npm publish --access public --tag alpha
199
+ 6. git push --follow-tags