Preparation for Version 1.0 #87
Locked
tjarbo
announced in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear users 👋 !
We are proud to announce that we are currently finishing the final steps to release Version 1.0 of the FMDB 🎉 This version will bring some new breaking changes, so we want to notify you about what's coming soon:
1. New branches
We want to restructure our repository. Most of the development happens on the
development
branch. New features, dependency updates, etc.... all that stuff is only merged to the default branchmaster
very irregular. But the default branch is our landing page. This is the reason, why we want to restructure our branches:Old:
New:
So if you have some cron jobs or scripts that are fetching the newest source code, keep in mind, that you should update them!
2. New CI/CD
With new branches come also new CI/CDs:
* On PR (main to release) : Run tests & linting & npm audit & SAST
* On commit at master : Docker image #latest
* On commit at release : Docker image #[tag] and #latest
That's it for now 😄!
Open Tasks
Beta Was this translation helpful? Give feedback.
All reactions