Skip to content

Commit

Permalink
Fix metadata in Infrastrucure changelog update (#2749)
Browse files Browse the repository at this point in the history
Fixes several errors in the meta-data from
#2744 . These broke the build
with uncaught exceptions such as

```
Ood_gen.Exn.Decode_error("data/changelog/infra/2024-10-02-updates.md : error calling parser: mapping values are not allowed in this context character 0 position 0 returned: 0")
```

and

```
Ood_gen.Exn.Decode_error("data/changelog/infra/2024-10-02-updates.md : data/changelog/infra/2024-10-02-updates.md : date2024-10-04\n")
```

Also added the infrastructure tag that had been lost during review.
  • Loading branch information
shonfeder authored Oct 5, 2024
1 parent 96f49c6 commit de312c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/changelog/infra/2024-10-02-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: OCaml Infrastructure: Enhancing Platform Support and User Experience
authors: [Tarides OCaml Infrastructure Team]
date: 2024-10-04
title: "OCaml Infrastructure: Enhancing Platform Support and User Experience"
authors: ["Tarides OCaml Infrastructure Team"]
tags: [infrastructure]
changelog: |
- Added continuous deployment for service configuration (by @mtelvers, https://github.com/ocurrent/ocurrent-configurator)
- Implemented linting for package maintainer email addresses (by @punchagan, https://github.com/ocurrent/opam-ci-check/pull/30)
Expand Down

0 comments on commit de312c1

Please sign in to comment.