- Update TeamCity version prefix and reset counter for Eclipse Build Configuration
- Update version in
maven-build/maven-update-version.launch
launch configuration and execute it - Update version in description of kotlin-eclipse-feature
- Push the changes and wait for the successful build
- Check that version is correct!
- Pin the build and add
release
tag - Add release notes at GitHub Releases
- Upload artifacts to Eclipse-Plugin package at BinTray:
- Download and unpack artifacts.zip from the last build with release tag
- Unpack the file into some folder
- Download pushToBintray.sh script that will help you in uploading files
- Execute it (Git Bash (MinGW32) can be used on windows):
$ ./pushToBintray.sh BINTRAY_USER_NAME BINTRAY_REST_API_KEY jetbrains kotlin eclipse-plugin NEW_VERSION PATH_TO_UNPACKED_PLUGIN last PREVIOUS_VERSION
- Test that you can install new version from Eclipse!