Skip to content

Commit cf34729

Browse files
committed
[update] readme.
1 parent d3998cd commit cf34729

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
</p>
44

55
[![Cross Platform builds & tests](https://github.com/lambda-sh/lambda/actions/workflows/compile_lambda_rs.yml/badge.svg)](https://github.com/lambda-sh/lambda/actions/workflows/compile_lambda_rs.yml)
6+
[![Release](https://github.com/lambda-sh/lambda/actions/workflows/release.yml/badge.svg)](https://github.com/lambda-sh/lambda/actions/workflows/release.yml)
67
![lambda-rs](https://img.shields.io/crates/d/lambda-rs)
78
![lambda-rs](https://img.shields.io/crates/v/lambda-rs)
89

@@ -18,6 +19,7 @@
1819
1. [Getting started](#get_started)
1920
1. [Examples](#examples)
2021
1. [Planned additions](#plans)
22+
1. [Releases & Publishing](#publishing)
2123
1. [How to contribute](#contribute)
2224
1. [Resources](#resources)
2325
## Description <a name="description"></a>
@@ -177,6 +179,13 @@ cargo run --example triangles
177179
- [ ] Unit tests.
178180
- [ ] Nightly builds.
179181

182+
## Releases & Publishing <a name="publishing"></a>
183+
For cutting releases, publishing crates to crates.io, and attaching
184+
multi-platform artifacts to GitHub Releases, see:
185+
186+
- docs/publishing.md
187+
188+
180189
## How to contribute <a name="contribute"></a>
181190
Fork the current repository and then make the changes that you'd like to
182191
said fork. Stable releases will happen within the main branch requiring that

0 commit comments

Comments
 (0)