issues Search Results · repo:Rush/publish-to-git language:JavaScript
Filter by
8 results
(49 ms)8 results
inRush/publish-to-git (press backspace or delete to remove)I was trying to use publish-to-git the following way
npx publish-to-git --tag v0.1.0 --force
and got the following error:
Command failed: git tag -f v0.1.0 tmp-7912hXj19g7JM1tP/master
fatal: Failed ...
reisandbeans
- 1
- Opened on Aug 8, 2022
- #18
Probably due to the lack of a remote branch and HEAD, an npm ci fails when installing a package that is published with
this util when using node 16. Apparently node 16 now uses @npmcli/git to install the ...
martijnlutgens
- 1
- Opened on Mar 25, 2022
- #16
to actually have npm publish semantics. Otherwise you can end up pushing a tag missing files that would come from build
output
jedwards1211
- Opened on Nov 24, 2021
- #14
It would be great to be able to publish for multiple branches at once, to avoid double work like this:
postpublish : publish-to-git publish-to-git --force --tag latest
Note the goal of this example ...
Treora
- 1
- Opened on Mar 17, 2020
- #6
It would be great to be able to make all tags form a branch, e.g. release.
Besides making it easier to overview the tags, it would let a client run npm install
https://git.example.com/project#release ...
Treora
- 2
- Opened on Mar 17, 2020
- #5
If the package.json file defines a prepare script (e.g. to transpile source code), this will be correctly executed while
packing and publishing. However, it will again be executed by the consumer that ...
Treora
- 2
- Opened on Mar 17, 2020
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.