On Thursday, May 19, 2022 at 5:26:51 AM UTC-6 Priya wrote:
> Hi Guys, > > I am new to Jenkins and got my first Jenkins plugin code merged a day back > to jenkinsci > https://github.com/jenkinsci/lightstep-incident-response-plugin/. I am > now trying to follow the document on Jenkins to release my plugin, but need > some help. > > I need help in configuring the release drafter to release my Jenkins > plugin. The step here > https://www.jenkins.io/doc/developer/publishing/releasing-cd/#configure-release-drafter > > says to include *_extends: .github* on > https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.yml > file. Could you help how to do it? I see this file already has some > content, what is expected here to do? > https://www.youtube.com/watch?v=2c8wK2jkcIA&t=2686s is a "release drafter" segment of the multi-part video series on adopting a plugin. That may help address your issues. You can also look at other plugins like the Kubernetes plugin for examples https://github.com/jenkinsci/kubernetes-plugin/blob/master/.github/release-drafter.yml The "Contributing to Open Source" <https://docs.google.com/document/d/1PKYIpPlRVGsBqrz0Ob1Cv3cefOZ5j2xtGZdWs27kLuw/edit?usp=sharing> Google Doc was the "starter" for that multi-part video series. I have a draft pull request to add it to the www.jenkins.io site, but it has stalled due to other things that have needed attention. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/d1fcede1-4851-4ccc-94e0-5e98df4c6017n%40googlegroups.com.
