Skip to content

Commit

Permalink
adjusted release template
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Jan 2, 2025
1 parent 3b32319 commit 394062e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
- [ ] If we changed/added Docker Analyzers, we need to configure Docker Hub / Dependabot properly.
- [ ] I have already checked if all Dependabot issues have been solved before creating this PR.
- [ ] Update `CHANGELOG.md` for the new version. Tag another maintainer to review the Changelog and wait for their feedback.
- [ ] Change version number `docker/.env`
- [ ] Verify CI Tests. Solve all the issues (Dependencies, Django Doctor, CodeFactor, DeepSource, etc)
- [ ] Create release for the branch `develop`. Remember to prepend a `v` to the version number.
- [ ] Change version number in `docker/.env` and `frontend/package.json`.
- [ ] Verify CI Tests. Solve all the issues (Dependencies, Django Doctor, CodeFactor, DeepSource, etc).
- [ ] Create release for the branch `develop` and set it as a `pre-release`. Remember to prepend a `v` to the version number.
Write the following statement there (change the version number):

```commandline
Expand All @@ -16,7 +16,7 @@ WARNING: The release will be live within an hour!

- [ ] Wait for [dockerHub](https://hub.docker.com/repository/docker/intelowlproject/intelowl) to finish the builds
- [ ] Merge the PR to the `master` branch. **Note:** Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.
- [ ] Remove the "wait" statement in the release description.
- [ ] Remove the "wait" statement in the release description and change the version status from `pre-release` to `latest release`.
- [ ] Publish new Post into official Twitter and LinkedIn accounts (change the version number):
```commandline
published #IntelOwl vX.X.X! https://github.com/intelowlproject/IntelOwl/releases/tag/vX.X.X #ThreatIntelligence #CyberSecurity #OpenSource #OSINT #DFIR
Expand Down

0 comments on commit 394062e

Please sign in to comment.