aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Use -u instead of --utc date flagKirill Bulatov2021-04-261-1/+1
|
* fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov2021-04-261-6/+1
| | | | | We used to set `--nightly` in CI, and only for linux. Let's detect this in xtask instead.
* Make a full clone in release.yamlLaurențiu Nicola2021-03-251-1/+1
|
* Revert "Temporarily run git describe on CI to debug #8043"Laurențiu Nicola2021-03-211-3/+0
|
* Temporarily run git describe to debug #8043Laurențiu Nicola2021-03-201-0/+3
|
* Increase fetch-depth to make `git describe` workLaurențiu Nicola2021-03-161-0/+17
|
* Build dist-x86_64-unknown-linux-musl releasesandylizi2021-02-131-1/+33
|
* Force XCode versionLaurențiu Nicola2021-01-281-0/+8
|
* Add step to run analysis-stats on stdThiébaud Weksteen2021-01-211-2/+5
|
* Build dist-aarch64-unknown-linux-gnu releasesLaurențiu Nicola2021-01-171-1/+36
|
* Use macos-latest for aarch64-apple-darwin releasesLaurențiu Nicola2021-01-051-2/+2
|
* Fix x86_64-pc-windows-msvc artifact nameLaurențiu Nicola2021-01-041-1/+1
|
* Build aarch64-pc-windows-msvc releasesLaurențiu Nicola2021-01-041-17/+51
|
* Use stable instead of beta on macos-11 release runnerLaurențiu Nicola2021-01-011-2/+2
|
* Set RA_TARGET at job levelLaurențiu Nicola2020-12-231-11/+9
|
* Don't release uncompressed binaries under the new naming schemeLaurențiu Nicola2020-12-231-1/+1
|
* Build aarch64-apple-darwin binaries on CILaurențiu Nicola2020-12-221-18/+96
|
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-021-1/+1
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Fix deprecation warningAleksey Kladov2020-10-191-3/+3
| | | | See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Fix conflict between nightly branch and tagAleksey Kladov2020-05-251-1/+1
|
* Try fixing release tagsAleksey Kladov2020-05-251-0/+3
| | | | closes #4319
* Use older ubuntu for releasesAleksey Kladov2020-05-111-8/+8
|
* Use x86_64-unknown-linux-gnu for releasesLaurențiu Nicola2020-04-281-1/+0
|
* Don't strip nightly releasesAleksey Kladov2020-04-081-2/+2
|
* Fix yamlAleksey Kladov2020-04-071-1/+1
|
* Fix yamlAleksey Kladov2020-04-071-1/+1
|
* Run analysis-stats nightlyAleksey Kladov2020-04-071-0/+4
|
* Specify env once for all jobsAleksey Kladov2020-03-261-6/+6
|
* fix release moreAleksey Kladov2020-03-231-1/+1
|
* fix release moreAleksey Kladov2020-03-231-1/+1
|
* Fix releaseAleksey Kladov2020-03-231-3/+7
|
* Don't trigger stable release when pushing to nightly branchAleksey Kladov2020-03-191-5/+5
|
* Simplify extension tag sniffingAleksey Kladov2020-03-191-2/+3
|
* 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
|