Skip to content
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

Release Dotty 0.13.0-RC1 and 0.12.0 #5907

Closed
17 of 19 tasks
biboudis opened this issue Feb 12, 2019 · 2 comments
Closed
17 of 19 tasks

Release Dotty 0.13.0-RC1 and 0.12.0 #5907

biboudis opened this issue Feb 12, 2019 · 2 comments
Assignees
Labels
itype:meta Issues about process/similar

Comments

@biboudis
Copy link
Contributor

biboudis commented Feb 12, 2019

Checklist in English

Checklist in GIT

git checkout 0.12.x

# change val baseVersion = "0.12.0-RC1" to val baseVersion = "0.12.0"

git commit -am 'Release Dotty 0.12.0'

git tag 0.12.0

git push --follow-tags --set-upstream origin 0.12.0

git checkout master

git merge 0.12.x

git push

# milestones

git checkout -b 0.13.x

# change val baseVersion = "0.13.0" to val baseVersion = "0.13.0-RC1"

git commit -am 'Release Dotty 0.13.0-RC1'

git tag 0.13.0-RC1

git push --follow-tags --set-upstream origin 0.13.x

# draft the release, get contents from:

gren changelog -G --override -D prs --tags=0.12.0-RC1..0.13.0-RC1

git checkout master

#change val baseVersion = "0.13.0" to val baseVersion = "0.14.0"

git commit -am 'Set baseVersion to 0.14.0'

git push
@biboudis biboudis added the itype:meta Issues about process/similar label Feb 12, 2019
@biboudis biboudis self-assigned this Feb 12, 2019
@smarter
Copy link
Member

smarter commented Feb 19, 2019

@biboudis You forgot to push the tag for 0.13.0-RC1, I just did it.

@smarter
Copy link
Member

smarter commented Feb 19, 2019

The release failed to publish because the CI failed because the community-build projects use dottyLatestNightlyBuild which tries to get a nightly from dotty_0.14 which does not exist yet. Olivier is going to fix this, we'll merge the fix in the 0.13.x branch, and change the 0.13.0-RC1 tag to point to the new commit.

@biboudis biboudis closed this as completed Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
itype:meta Issues about process/similar
Projects
None yet
Development

No branches or pull requests

2 participants