-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
project( | ||
ursadb | ||
VERSION 1.4.2 | ||
VERSION 1.5.0 | ||
LANGUAGES CXX C | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# new releases | ||
|
||
For developers. To create a new release you need to: | ||
|
||
1. Pick a version. | ||
2. Write a short changelog in markdown. | ||
3. Add the changelog to RELEASES.md. | ||
4. Update CMakeLists.txt with a new version. | ||
5. Create a PR with all your changes, and merge it. | ||
6. Pull your changes and build a new release. Create a .tar.gz package. | ||
7. Draft a new release. Paste your changelog again, and attach the .tar.gz source. | ||
8. Tag the dockerhub image with the new version. | ||
9. Consider creating a PR for mquery with the new version. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters