-
Notifications
You must be signed in to change notification settings - 8000 Fork 47
Define development guide #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I just tried to release 1.0.4 and... I saw that I hadn't changed the version below... I thought I'd make a decision at this point. allprojects {
group = "com.navercorp.scavenger"
version = "1.0.3" |
Yes.. it's time to use gradle release plugin like (https://github.com/researchgate/gradle-release) |
What about investigating and applying gradle release plugin? @sohyun-ku |
ok. I'm on vacation this week, so I'll check next week. |
OK. Take your time and see u next week. :-) |
I think current release step like below
If we use
First, if we run I think the above problems don’t follow Why don’t we use Github Actions instead of gradle-release-plugin? If I've missed anything, please tell me. |
@junoyoon @taeyeon-Kim @kojandy |
@sohyun-ku
My worry is, when should I update the version listed in gradle? |
I also think github actions might be a better solution as it can generate and upload all the release assets without manual intervention. |
It's up to us to decide, but I think.. First step is create It's just my opinion, plz let me know what do you think. |
I will describe my thought this weekend. |
I think we can create release branch from master to activate the github action to release. what about this scheme? |
Sounds good :) |
Release policy created in #55.
|
Now.. it's the time.
The text was updated successfully, but these errors were encountered: