Skip to content
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

New release names in polkadot-sdk #800

Open
Niederb opened this issue Sep 2, 2024 · 5 comments
Open

New release names in polkadot-sdk #800

Niederb opened this issue Sep 2, 2024 · 5 comments

Comments

@Niederb
Copy link
Contributor

Niederb commented Sep 2, 2024

polkadot-sdk change to a different naming schema for their releases:
https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407

We should look into what this means for us. Should we also change the naming of our releases and branches?

@haerdib
Copy link
Contributor

haerdib commented Sep 3, 2024

Yes, we should definitely change our release name as well.
Suggested branch name: polkadot-stableXXXX or polkadot-stableXXXX-X (exactly the same as the one Parity uses). What do you think?

As crates.io is now used by Parity and our users as well, we should probably add a crates.io release cycle as well. Are we doing something like that already?

@Niederb
Copy link
Contributor Author

Niederb commented Sep 3, 2024

I have to say I'm not a big fan of the naming approach of parity. I find it very unclear how stable2407, stable2407-1 and stable2407-02 are related (for example stable2407-2 was released in September). Still I think for the branches it makes sense to use the same as parity.
I wonder if for crates.io a release is always tied to a polkadot release? And how does a user know which polkadot version is supported?
Parity seems to write a version in the tagline of the crate which again does not make sense to me as this is not tied to a version: https://crates.io/crates/pallet-timestamp/

@haerdib
Copy link
Contributor

haerdib commented Sep 19, 2024

Idea from encointer: Use major version to indicate a new api-client release and minor for polkadot updates.

E.g. 1.2.0 -> version 1 from api-client and version 2 of polkdaot. If polkadot updates and we follow, it will be released as 1.3.0.
If the api-client creates a new release it will be 2.0.0. Does this sound correct @Niederb ?

@Niederb
Copy link
Contributor Author

Niederb commented Sep 19, 2024

Yes, that's the general idea

@haerdib
Copy link
Contributor

haerdib commented Sep 19, 2024

Then a concrete TODO to solve this issue would be:

  • update to newest parity release (on github master, whichever commits fits the newest release)
  • publish a new crates.io release with the version 1.0.0
  • create a new branch pointing to the respective release branch (is this still needed?)

Or should we wait with the version 1.0.0 for something specific?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants