1
0
mirror of https://github.com/lensapp/lens.git synced 2024-10-26 09:47:18 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Sebastian Malton
4856e3c5aa
chore: Add notes about picking PRs in release guide (#7492)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-03 14:19:20 -04:00
Sebastian Malton
a6e0da1297
Fix formatting in release guide (#7398)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-23 07:34:02 -04:00
Sebastian Malton
991da149f9
Add note about major version bumps in release guide (#7382)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-20 10:54:31 -04:00
Sebastian Malton
f69dd6fc8f
Include step for make cherry-pick PR in Release Guide (#7311)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-07 09:40:45 -08:00
Sebastian Malton
f92da1796e
Update release guide and fix release script (#7276)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-03 09:08:05 -05:00
Janne Savolainen
a0fb46c3e6
Switch to using NPM workspaces (#7115)
* Switch to using npm over yarn

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove reference to `yarn` from documentation

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Enable NPM workspaces

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Introduce script for installing all dependencies

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove usage of lerna bootstrap for no longer being used

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Fix build by not bundling libraries for application in node environment (main) as Electron does that

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Tweak evil static import paths in build of application

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Consolidate npmrc configs to root since required by workspaces

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Make application build not fail for not detecting electron version

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Update package-lock

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Make sure native dependencies are rebuilt for electron

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Remove unused binary for causing trouble when installing dependencies

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Update package-lock

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Disable caching in CI for Windows

Installing Electron in Windows seems to be broken in this regards.

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

---------

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Sebastian Malton <sebastian@malton.name>
2023-02-20 12:48:18 +02:00
Sebastian Malton
a7ea891458
Add release guide (#6374)
Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-10-07 12:24:11 -04:00
Jim Ehrismann
86ba61dc99
moving release guide out of OpenLens repo (#5012) 2022-03-15 11:48:04 -04:00
Jim Ehrismann
2f7994a16d
adding some rough notes to release guide to help with making changelogs (#4787) 2022-02-03 09:13:02 -05:00
Sebastian Malton
41e7664fe2
Add some gh and jq help to the release guide (#4549) 2021-12-10 09:07:57 -05:00
Jim Ehrismann
0ae4dfbeab
RELEASE GUIDE: fix formatting, add a clarification (#4230) 2021-11-03 10:17:21 -04:00
Jim Ehrismann
991ff252a5
Further tweaks to release guide (#4066) 2021-10-19 11:48:25 -04:00
Jim Ehrismann
1bc4f64212
added details for making a patch release (#3885)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2021-09-27 07:27:42 +03:00
Jim Ehrismann
8ba024c145
updating release guide with more details (#3704)
* updating release guide with more details

Signed-off-by: Jim Ehrismann <jehrismann@miranits.com>

* added more details to release guide

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

Co-authored-by: Jim Ehrismann <jehrismann@miranits.com>
2021-09-13 10:14:59 +03:00
Sebastian Malton
3a3edeea08
Add tag command, update guide, add PR templates (#2679) 2021-05-12 08:03:45 -04:00
Lauri Nevala
9456a696af
Document release process (#532)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-30 15:22:20 +03:00