Skip to content

Commit

Permalink
Re-enable CI testing post-v0.11.0 (#114)
Browse files Browse the repository at this point in the history
The release process is currently operational, but it requires disabling
CI during the release PR and immediately re-enabling it. Here is that
step for v0.11.0.
  • Loading branch information
jmacd authored Nov 28, 2023
1 parent d99d47b commit 167265b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: "1.21"

- name: Build all modules
run: make build || true
run: make build

- name: Test all modules
run: make test || true
run: make test
6 changes: 4 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ git pull upstream main
git checkout -b release_xx_yy_zz
```

2. Make sure the CHANGELOG.md file is up to date, add entries
describing the changes in the new release.
2. Make sure the CHANGELOG.md file is up to date, add entries
describing the changes in the new release. Consider re-generating
the `otelarrowcol` if collector dependencies have changed during
this release cycle.

3. Using Make, prepare the release means updating Go modules and
checking in the changes, for example. Edit
Expand Down

0 comments on commit 167265b

Please sign in to comment.