You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/08 09:05:59 UTC

[GitHub] [pulsar-client-node] massakam opened a new pull request #184: Add tarball files to .gitignore

massakam opened a new pull request #184:
URL: https://github.com/apache/pulsar-client-node/pull/184


   Recently, the release process for the Node.js client has been modified and added a step to create a tarball of this repository.
   ```sh
   # Archive the source files
   $ git archive HEAD --prefix=pulsar-client-node-1.X.0/ --output pulsar-client-node-1.X.0.tar.gz
   ```
   I added two file extensions to `.gitignore` to prevent this tarball from being committed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-node] hrsakai merged pull request #184: Add tarball files to .gitignore

Posted by GitBox <gi...@apache.org>.
hrsakai merged pull request #184:
URL: https://github.com/apache/pulsar-client-node/pull/184


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org