-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(wikibase): bump mediawiki to 1.39.10, bump extensions #781
base: MediaWiki-1.39
Are you sure you want to change the base?
Conversation
e17ecc8
to
58a3ece
Compare
3c267b7
to
c8cd383
Compare
Created a MediaWiki-1.39 branch off the head of main for now, and rebased this off that branch. That works fine, and I think is a good way to go about this. Interesting though, when I run |
Ah right, we need this from the Initial Releases branch in order for chore to actually be a CHANGELOG type, it is actually off by default: https://github.com/wmde/wikibase-release-pipeline/blob/953b5798a7e67db641be814b2907d3fbe326fd49/nx.json |
@rti because MediaWiki updates are always considered to be Minor release due to potential new features we should conventional commit with "feat:" to get the right versioning automatically here. Going to re-write history here and on the other bump branch to reflect that. |
001bfb5
to
54c5ed5
Compare
@lorenjohnson I do remember us gravitating towards
|
Fine by me, with a small question of whether the current version also doesn't get any new features in the point releases? Either way, shouldn't change this PR. |
Yes, this is how I read it. From WMF perspective, all stable versions are not current anymore because they mainly care about
I think we should make sure that no commit mentions |
…to latest compatible hashes
54c5ed5
to
8500f31
Compare
Ok, I've changed that feat: commit to be a chore both here and on the other legacy branch |
No description provided.