-
Notifications
You must be signed in to change notification settings - Fork 53
Change in release strategy #187
-
Until now, I was releasing a newer version of the package as & when the bug fixes & features got merged into the main branch, it made sense initially, but this may skip some bugs into the library.
To avoid such cases, I am making a few changes to the processes.
I will be releasing a preview version of the package when a bug fix or feature gets merged into master. (I will be adding an action to do that automatically until then, it will be a manual process).
I have started writing integration tests against the Notion API, which I will be running before releasing a stable version of the package.
We will keep a regular interval for releasing the new stable version of the library.
Users can try out the new features & bug fixes by installing the preview version of the package.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Preview release format Major.Minor.Patch-preview-[previewNumber.mm.dd.yyy]
Beta Was this translation helpful? Give feedback.