From 913c1b846ea98cc4ef5298796ad1e093975a7ab8 Mon Sep 17 00:00:00 2001 From: Ariel Davis Date: Sun, 7 May 2023 02:40:37 -0700 Subject: [PATCH 1/2] Publish libs on master push --- .github/workflows/publish-libs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml index c043573cacf3..6d026c9ad910 100644 --- a/.github/workflows/publish-libs.yaml +++ b/.github/workflows/publish-libs.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch: push: branches: - - main + - master paths: - - 'lib/**' + - "lib/**" jobs: publish-libs: From db40fef6b1739ff33659a99d76239573c448c6df Mon Sep 17 00:00:00 2001 From: Ariel Davis Date: Sun, 7 May 2023 02:41:44 -0700 Subject: [PATCH 2/2] Improve lib readme --- lib/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/README.md b/lib/README.md index 6b2eeac2c0d7..ed55e31d6bb7 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,2 +1,5 @@ -Crates in this directory are published to crates.io and obey semver. -They *could* live in a separate repo, but we want to experiment with a monorepo setup. +# lib + +Crates in this directory are published to [crates.io](https://crates.io) and obey semver. + +They _could_ live in a separate repo, but we want to experiment with a monorepo setup.