-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Kafka Connect Scalyr Sink version 1.1 (#41)
- Loading branch information
Oliver Hsu
authored
Dec 1, 2020
1 parent
6b896b1
commit 3f935e2
Showing
4 changed files
with
22 additions
and
2 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
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,17 @@ | ||
# Maintainers Documentation | ||
|
||
## Release checklist | ||
|
||
* Please make sure CHANGELOG reflects the new version to be released | ||
(Usually, that's changing the `In Development` items to be reflected under | ||
new version and leaving `In Development` empty) | ||
* Set the new version to be released in pom.xml and config.yml | ||
* Please push a tag using git commands | ||
|
||
```bash | ||
git tag -a 1.0 -m "1.0 - Shiny new features and bug fixes" | ||
git push upstream 1.0 | ||
``` | ||
|
||
* Circle CI builds the tag and ships to GitHub Releases | ||
* `scalyr-kafka-connect-scalyr-sink-<version>.zip` is included in the GitHub Releases Downloads |
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