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

Add Platform changelogs for February 2024 #2288

Merged
merged 1 commit into from Mar 25, 2024

Conversation

tmattio
Copy link
Collaborator

@tmattio tmattio commented Mar 25, 2024

No description provided.

@cuihtlauac cuihtlauac merged commit b20f344 into main Mar 25, 2024
3 checks passed
@cuihtlauac cuihtlauac deleted the missing-changelogs-feb-2024 branch March 25, 2024 08:33
@tmattio
Copy link
Collaborator Author

tmattio commented Mar 26, 2024

cc @emillon and @pitag-ha this is adding changelogs for both Utop and Merlin.
The Dune release process has been working great to have the Dune changelogs in OCaml.org for the releases. I wonder if that's something we can replicate in other projects, as we seem to have to catch up on the changelogs every month. What do you think, is there something else we can do to help make sure we publish changelogs alongside the releases of the other tools?

@cuihtlauac
Copy link
Collaborator

Do you think this is something we could approach with a GitHub action? Possibly using this:

https://github.com/marketplace/actions/track-and-record-changes-in-other-repos

@emillon
Copy link
Contributor

emillon commented Mar 29, 2024

You can fetch that using the graphql API:

query { 
  repository(owner:"ocaml", name:"dune"){
    releases(last:3) {
      nodes {
        description
      }
    }
  }
}

(that's filled by dune-release using the changelog file)

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

Successfully merging this pull request may close these issues.

None yet

3 participants