Nicolò Ribaudo
c5b5c83398
Disable "Publish to npm" in the Release workflow ( #9911 ) [skip ci]
...
GitHub actions are too slow for this, it takes more than 15 mins.
Publishing to npm from GH actions is a cool idea, but it's a lot faster to
publish locally.
Also, I think that since when I introduced this action I
always killed it; either because it was to slow or because I had to
make some manual tweaks during the release.
2019-04-26 22:44:29 +02:00
Nicolò Ribaudo
d610289812
Set NPM_TOKEN in .npmrc when publishing ( #9735 ) [skip ci]
...
* Set NPM_TOKEN in .npmrc when publishing [skip ci]
* Update .github/main.workflow
2019-03-24 01:04:44 +01:00
Daniel Tschinder
596eedd3e7
Change babel-boot email
2019-03-21 10:31:52 -07:00
Nicolò Ribaudo
7df0d16131
Update main.workflow
2019-03-19 19:02:54 +01:00
Nicolò Ribaudo
f2ee84b6a3
Publish to npm using a GitHub action ( #9588 )
2019-03-19 18:59:35 +01:00
Nicolò Ribaudo
4540f2653b
Update CHAMGELOG.md using the "Trigger GitHub release" action ( #9561 )
...
Update CHANGELOG.md using the "Trigger GitHub release" action
2019-02-25 19:18:44 +01:00
Nicolò Ribaudo
b25fea49fe
Create a new release after a v*.*.* commit instead of the tag ( #9470 )
...
* Create a new release after a v*.*.* commit instead of the tag
* Fix bugs
* Avoid matching things like "v2"
2019-02-15 21:42:51 +01:00
Nicolò Ribaudo
44d8a59361
Use a GitHub Action to generate the changelog ( #9434 ) [skip ci]
...
* Use a GitHub Action to generate the changelog
* Update main.workflow [skip ci]
2019-02-04 22:15:44 +01:00