martinthomson / i-d-template

A template for IETF internet draft git repositories
Other
208 stars 182 forks source link

make submit diagnostic wrong? #297

Closed mcr closed 3 years ago

mcr commented 3 years ago
obiwan-[work/anima/voucher](2.6.6) mcr 10174 %make submit                                       
`make submit` is not really necessary.
`make` on its own is a pretty good preview.
To upload a new draft to datatracker, try this:

    make tag -a draft-richardson-anima-rfc8366bis-01
    git push origin draft-richardson-anima-rfc8366bis-01

Don't forget the `-a`.

I think that it should be "git tag -a", rather than "make tag"? Will this work if the circleci workflow is not yet enabled?

martinthomson commented 3 years ago

Thanks for noting the error. Yes, you need either GitHub Actions (now enabled by default) or CircleCI enabled to have this work. I've noted that.