Skip to content

Commit

Permalink
chore: update conduit version (#2136)
Browse files Browse the repository at this point in the history
* chore: update conduit version

* fix release template

* template update

* update

* fix

* 😒
  • Loading branch information
raulb authored Feb 6, 2025
1 parent 5266985 commit b145fc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions .github/ISSUE_TEMPLATE/4-conduit-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ labels: release
assignees: ''
---


This issue serves as a checklist for releasing a new version of Conduit.
Follow the steps below to ensure a smooth release process.

Expand Down Expand Up @@ -75,15 +76,19 @@ Update dependencies in the following order, ensuring all repositories are cloned

## Releasing Conduit

Use the script [scripts/tag.sh](https://github.com/ConduitIO/conduit/blob/main/scripts/tag.sh) to ensure version conformity.
Use [scripts/tag.sh](https://github.com/ConduitIO/conduit/blob/main/scripts/tag.sh) to ensure version conformity.

> [!IMPORTANT]
> Make sure you have the latest changes.
```sh
scripts/tag.sh 1.2.3
scripts/tag.sh MAJOR.MINOR.PATCH
```

## After a Release

- [ ] Run `brew update conduit` and check latest version.
- [ ] Run `brew upgrade conduit` and check latest version.
([Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/conduit.rb)).
- [ ] Check release artifacts are available for `OSX Darwin`, `Linux`, and `Windows`.
- [ ] Pull Docker images.
- [ ] Run a few [testing pipelines](https://github.com/ConduitIO/conduit/tree/main/examples/pipelines)
Expand All @@ -101,13 +106,6 @@ scripts/tag.sh 1.2.3
- The GitHub release is created with [GoReleaser](https://github.com/goreleaser/goreleaser/).
- Nightly builds are triggered by a GitHub action, defined in [trigger-nightly.yml](/.github/workflows/trigger-nightly.yml).

### Notes

- The "Trigger nightly build" GitHub action requires a personal access token, not the GitHub token provided by Actions.

For more information, refer to
[this](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow).

---

Please ensure each step is completed before closing this issue.
> [!NOTE]
> The "Trigger nightly build" GitHub action requires a personal access token, not the GitHub token provided by Actions.
> [GitHub documentation](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Download the right `.deb` file for your machine architecture from the
[latest release](https://github.com/conduitio/conduit/releases/latest), then run:

```sh
dpkg -i conduit_0.13.0_Linux_x86_64.deb
dpkg -i conduit_0.13.1_Linux_x86_64.deb
```

### RPM
Expand All @@ -92,7 +92,7 @@ Download the right `.rpm` file for your machine architecture from the
[latest release](https://github.com/conduitio/conduit/releases/latest), then run:

```sh
rpm -i conduit_0.13.0_Linux_x86_64.rpm
rpm -i conduit_0.13.1_Linux_x86_64.rpm
```

### Build from source
Expand Down

0 comments on commit b145fc4

Please sign in to comment.