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

fix: Fix prefix v in RCs #1364

Merged
merged 4 commits into from
Feb 9, 2023
Merged

Conversation

jrmanes
Copy link
Contributor

@jrmanes jrmanes commented Feb 9, 2023

Overview

This PR adds the prefix v to the RCs as well, it was added only when we have a release like v1.2.3 , now applies to:
Example for the version 1.2.3:

  • v1.2.3
  • v1.2.3-rc[0-9]
  • v1.2.3-alpha.[0-9]
  • v1.2.3-beta.[0-9]

Clean up the Yaml linter rules, now should works due to the increase the maximum to 120.


Checklist

Screenshot 2023-02-09 at 16 43 49

  • New and updated code has new and/or updated testing
  • Required CI checks are passing

cc: @Bidon15 @evan-forbes

@jrmanes jrmanes self-assigned this Feb 9, 2023
@jrmanes jrmanes added the docker label Feb 9, 2023
@jrmanes jrmanes marked this pull request as ready for review February 9, 2023 16:11
@evan-forbes evan-forbes merged commit 332a17f into celestiaorg:main Feb 9, 2023
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request May 25, 2023
## Overview

This PR adds the prefix `v` to the RCs as well, it was added only when
we have a release like `v1.2.3` , now applies to:
Example for the version `1.2.3`:
- `v1.2.3`
- `v1.2.3-rc[0-9]`
- `v1.2.3-alpha.[0-9]`
- `v1.2.3-beta.[0-9]`

---

Clean up the Yaml linter rules, now should works due to the increase the
maximum to 120.

---

## Checklist

![Screenshot 2023-02-09 at 16 43
49](https://user-images.githubusercontent.com/32740567/217862624-db66a950-71d9-4a74-8bea-ae9d7807509f.png)

- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing

cc: @Bidon15 @evan-forbes
(cherry picked from commit 332a17f)
evan-forbes pushed a commit that referenced this pull request May 26, 2023
## Overview

This PR adds the prefix `v` to the RCs as well, it was added only when
we have a release like `v1.2.3` , now applies to:
Example for the version `1.2.3`:
- `v1.2.3`
- `v1.2.3-rc[0-9]`
- `v1.2.3-alpha.[0-9]`
- `v1.2.3-beta.[0-9]`

---

Clean up the Yaml linter rules, now should works due to the increase the
maximum to 120.

---

## Checklist

![Screenshot 2023-02-09 at 16 43
49](https://user-images.githubusercontent.com/32740567/217862624-db66a950-71d9-4a74-8bea-ae9d7807509f.png)

- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing

cc: @Bidon15 @evan-forbes
(cherry picked from commit 332a17f)
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