[go-nuts] Re: No "official" documentation suggest to use annotated tags for releasing a new module version

2020-01-22 Thread Manlio Perillo
Probably the documentation should have a section about releasing modules.
But since there is no `go release` command, it should go somewhere else, 
but I'm not sure.

By the way, I find it hard reading the online documentation, since the 
topic/section index does not match the commands/topics reported by `go 
help`.

Thanks
Manlio Perillo

On Wednesday, January 22, 2020 at 6:17:56 PM UTC+1, Bryan C. Mills wrote:
>
> Please file an issue to update the documentation. (
> https://golang.org/issue/new)
>
> On Wednesday, January 15, 2020 at 11:46:41 AM UTC-5 Manlio Perillo wrote:
>
>> Today I release my first release of a module.
>>
>> Following https://blog.golang.org/publishing-go-modules, I create a non 
>> annotated tag.
>> When I pushed the code to github I noticed that the tag was not sent to 
>> the remote repository.
>> The option --follow-tags refuse to send not annotated tag.
>>
>> The only article I found that use annotated tags is 
>> https://dave.cheney.net/2016/06/24/gophers-please-tag-your-releases, 
>> published 3 years ago.
>>
>> https://github.com/golang/go/wiki/PackagePublishing don't use semver and
>> https://github.com/golang/go/wiki/Modules seems to use local tagging.
>> so I'm not sure what to change.
>>
>>
>> Thanks
>> Manlio Perillo
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8c244110-83d7-4843-b535-dad5beef2334%40googlegroups.com.


[go-nuts] Re: No "official" documentation suggest to use annotated tags for releasing a new module version

2020-01-22 Thread 'Bryan C. Mills' via golang-nuts
Please file an issue to update the documentation. 
(https://golang.org/issue/new)

On Wednesday, January 15, 2020 at 11:46:41 AM UTC-5 Manlio Perillo wrote:

> Today I release my first release of a module.
>
> Following https://blog.golang.org/publishing-go-modules, I create a non 
> annotated tag.
> When I pushed the code to github I noticed that the tag was not sent to 
> the remote repository.
> The option --follow-tags refuse to send not annotated tag.
>
> The only article I found that use annotated tags is 
> https://dave.cheney.net/2016/06/24/gophers-please-tag-your-releases, 
> published 3 years ago.
>
> https://github.com/golang/go/wiki/PackagePublishing don't use semver and
> https://github.com/golang/go/wiki/Modules seems to use local tagging.
> so I'm not sure what to change.
>
>
> Thanks
> Manlio Perillo
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/9efc92a8-29d7-43b7-b174-f92a71f1c0e7%40googlegroups.com.