aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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