zellij/.github/workflows
har7an 46b9bc755e
Feature: simulate publishing (#2194)
* xtask: Add arguments to `publish`

that allow specifying a custom git remote to push to and a custom cargo
registry to publish packages to.

* xtask/publish: Don't release `xtask` subcrate

because it's not meant to be released at all.

* xtask/publish: Add status messages to publish

so we see what crate is currently being published, too.

* xtask/publish: Disable default features on `zellij`

because otherwise it tries to pick up the debug builds of the plugins,
which aren't part of released version of `zellij utils`.

* xtask/publish: Fix handling of custom registry

* docs: Add `RELEASE.md`

which explains how to simulate a zellij release.

* xtask: Apply rustfmt

* xtask: Remove `wasm-opt` from build steps

because recent versions cause havoc in the release process in GitHub
pipelines and it's primary goal is to only reduce binary size. Current
rust versions seem to produce very compact wasm binaries themselves,
though.

* .github: Don't install wasm-opt in workflows
2023-03-06 18:16:21 +00:00
..
e2e.yml Feature: simulate publishing (#2194) 2023-03-06 18:16:21 +00:00
release.yml Feature: simulate publishing (#2194) 2023-03-06 18:16:21 +00:00
rust.yml WIP: Use xtask as build system (#2012) 2022-12-17 13:27:18 +00:00
update-rust-toolchain.yml update: update-rust-toolchain v1 -> v1.1 2022-10-01 13:50:35 +02:00