Change in release strategy #187
KoditkarVedant
announced in
Announcements
Replies: 1 comment
-
Preview release format |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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