feat: global context storage, ripgrep detection, and updated document… #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release | ||
| on: | ||
| push: | ||
| tags: | ||
| - 'v*' | ||
| # Nota: La publicación manual a npm se hace con: | ||
| # npm run build && npm publish --access public | ||
| # La publicación manual a Docker se hace con: | ||
| # docker build -t gabrielav0301/architect-extractor:latest . && docker push | ||