aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-07-26 12:19:56 -0600
committerLibravatar GitHub <noreply@github.com>2023-07-26 23:49:56 +0530
commit11c319e98befda964ea04613650945feff1eaae0 (patch)
treec9d5ed0c1e3ee4e18f02bf6eee35f033d1f0590e /CONTRIBUTING.md
parentchore: silence deprecated version and unmet peer dependency warnings (diff)
downloadferdium-app-11c319e98befda964ea04613650945feff1eaae0.tar.gz
ferdium-app-11c319e98befda964ea04613650945feff1eaae0.tar.zst
ferdium-app-11c319e98befda964ea04613650945feff1eaae0.zip
ci: modernize github actions (#1287)
- use `ubuntu-22.04` runner instead of `ubuntu-20.04` - use `windows-2022` runner instead of `windows-2019` - use `pnpm/action-setup` instead of handling `pnpm install` manually - use pnpm-lock.yaml as caching key for actions/cache instead of inexistent package-lock.json - define `packageManager` config option in `package.json` which is read by `pnpm/action-setup` --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 149fb747b..59a8dccb5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -182,7 +182,9 @@ git checkout nightly && git pull -r
182git checkout release 182git checkout release
183git merge --no-ff nightly --no-verify 183git merge --no-ff nightly --no-verify
184# <manually resolve conflicts> 184# <manually resolve conflicts>
185# <manually bump version with 'beta' name (if beta) in `package.json` and `package-lock.json`> 185# <manually bump version with 'beta' name (if beta) in `package.json`>
186# <run the build script for your OS from the `scripts` folder>
187# <add all pertinent changes to git>
186# <create commit> 188# <create commit>
187# <create tag> 189# <create tag>
188git push 190git push