Skip to content

Prerelease version 1.6.4#542

Merged
Ikuyadeu merged 1 commit intomasterfrom
version1.6.4
Feb 1, 2021
Merged

Prerelease version 1.6.4#542
Ikuyadeu merged 1 commit intomasterfrom
version1.6.4

Conversation

@Ikuyadeu
Copy link
Copy Markdown
Member

@Ikuyadeu Ikuyadeu commented Feb 1, 2021

What problem did you solve?

I put the prerelease version of 1.6.4

(If you do not have screenshot) How can I check this pull request?

If this change has problem, please notice to me.

@Ikuyadeu Ikuyadeu self-assigned this Feb 1, 2021
@Ikuyadeu Ikuyadeu merged commit cbb09fd into master Feb 1, 2021
@Ikuyadeu Ikuyadeu deleted the version1.6.4 branch February 1, 2021 03:06
@Ikuyadeu
Copy link
Copy Markdown
Member Author

Ikuyadeu commented Feb 1, 2021

This PR was the test for the auto vsce release.

@Ikuyadeu
Copy link
Copy Markdown
Member Author

Ikuyadeu commented Feb 1, 2021

Auto releases may work on the direct commit, but the current latest tag will make the error for that.

@Ikuyadeu
Copy link
Copy Markdown
Member Author

Ikuyadeu commented Feb 1, 2021

git pull --tags origin master
From https://github.com/Ikuyadeu/vscode-R

  • branch master -> FETCH_HEAD
    ! [rejected] latest -> latest (would clobber existing tag)

It can solve by

 git fetch --tags -f

but not so clear

@ManuelHentschel
Copy link
Copy Markdown
Member

ManuelHentschel commented Feb 14, 2021

Hi @Ikuyadeu, sorry for the late reaction, I didn't notice this PR earlier.

To trigger the auto vsce release, you need to create and push a tag called v1.6.4. To achieve this, I used the following commands:

> git tag v1.6.4 75ef250130a7c76e45b4817a0b996e937c940e24
> git push origin v1.6.4

The commit hash (75ef25...) can be omitted if you want to tag the commit that is currently checked out.

The GitHub release worked as expected (found here), the vsce auto publish failed because there already was a v1.6.4, but seems to have worked otherwise. From the logs:

...
webpack 5.19.0 compiled successfully in 22621 ms
Publishing Ikuyadeu.r@1.6.4...
 ERROR  Ikuyadeu.r@1.6.4 already exists. Version number cannot be the same.

@ManuelHentschel
Copy link
Copy Markdown
Member

branch master -> FETCH_HEAD
! [rejected] latest -> latest (would clobber existing tag)

Regarding the latest tag I wouldn't worry too much. This tag gets updated automatically each time something is pushed/merged to the master branch and is only used to (pre-)release the development build.

@Ikuyadeu
Copy link
Copy Markdown
Member Author

@ManuelHentschel Thank you for your response.
OK, I'll be careful that things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants