aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Don't filter release by forkAleksey Kladov2020-03-181-1/+0
| | | | | | This syntax does not work for some reason https://github.com/rust-analyzer/rust-analyzer/runs/515231288?check_suite_focus=true
* Update .github/workflows/release.yamlAleksey Kladov2020-03-171-1/+1
| | | Co-Authored-By: Florian Diebold <[email protected]>
* Gate release action to rust-analyzer ownerSwarnim Arun2020-03-161-0/+1
|
* Set extension version during releaseAleksey Kladov2020-03-091-2/+2
|
* Install Node only for LinuxAleksey Kladov2020-03-091-0/+1
| | | | | | Hopefully, this will lead to fewer errors like https://github.com/rust-analyzer/rust-analyzer/runs/493983317?check_suite_focus=true#step:5:10
* Use actions/checkout@v2CAD972020-03-071-2/+2
|
* Back to usual nightly scheduleAleksey Kladov2020-03-051-1/+1
|
* Try testing release workflowAleksey Kladov2020-03-051-2/+2
|
* minorAleksey Kladov2020-03-051-1/+1
|
* Fix nightly releaseAleksey Kladov2020-03-051-4/+4
|
* Install node for releaseAleksey Kladov2020-03-041-0/+5
|
* Use xtask dist for releasesAleksey Kladov2020-03-041-37/+8
|
* cargo xtask distAleksey Kladov2020-03-041-31/+12
| | | | This builds the typescript extension
* Remove needless depAleksey Kladov2020-03-041-8/+2
|
* Nightly binary releasesAleksey Kladov2020-03-041-47/+12
| | | | This doesn't publish nightly plugin to the marketplace yet
* Deindent YAMLAleksey Kladov2020-03-041-159/+160
|
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-11/+11
|
* Fix extension nameAleksey Kladov2020-02-171-6/+5
|
* Fix release process once moreAleksey Kladov2020-02-171-2/+2
|
* Fix release processAleksey Kladov2020-02-171-4/+5
|
* cicd: simplify vsce callVeetaha2020-02-151-1/+1
|
* Third time's a charm?Aleksey Kladov2020-02-111-1/+1
|
* Fix releaseAleksey Kladov2020-02-111-9/+0
|
* Publish VS Code extension automaticallyAleksey Kladov2020-02-111-3/+19
|
* eamcs is now upstreamedAleksey Kladov2020-02-101-3/+0
|
* Make sure release uses the release branch, and not masterAleksey Kladov2020-01-291-2/+4
|
* build with clang?Aleksey Kladov2020-01-131-5/+11
|
* muslAleksey Kladov2020-01-131-1/+2
|
* 🎁 GitHub releases 🎁Aleksey Kladov2020-01-131-13/+98
|
* Tweak release workflowAleksey Kladov2020-01-111-41/+13
|
* Don't be overly genericAleksey Kladov2020-01-111-4/+3
|
* We only want this triggering for master.Giles Cope2020-01-091-2/+0
|
* Reducing binary size and optimising a bit more.Giles Cope2020-01-091-1/+1
|
* Still double compiling. Try this.Giles Cope2020-01-091-9/+3
|
* Was doing the compile twice.Giles Cope2020-01-091-1/+2
|
* Split out into a release build as bins were not getting generated as cargo ↵Giles Cope2020-01-091-0/+131
build wasn't run