# `Weld.Release`
[🔗](https://github.com/nshkrdotcom/weld/blob/main/lib/weld/release.ex#L1)

Prepares and archives deterministic welded release bundles.

# `archive!`

```elixir
@spec archive!(Weld.Plan.t()) :: map()
```

# `bundle_path`

```elixir
@spec bundle_path(Weld.Plan.t()) :: Path.t()
```

# `prepare!`

```elixir
@spec prepare!(Weld.Plan.t()) :: map()
```

# `track!`

```elixir
@spec track!(
  Weld.Plan.t(),
  keyword()
) :: map()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
