Marusyk / grok.net

.NET implementation of the grok 📝
MIT License
290 stars 55 forks source link

GitHub Actions for creating release #32

Closed Marusyk closed 3 years ago

Marusyk commented 3 years ago

Add Create Release action

Nikhil-1503 commented 3 years ago

Can I work on this?

Marusyk commented 3 years ago

Hi @Nikhil-1503, sure, go-ahead

AR10X commented 3 years ago

Hi, Can I work on this? I would love to contribute 😄

Marusyk commented 3 years ago

Hi @AR10X This issue has already done. You can look at others https://github.com/Marusyk/grok.net/labels/good%20first%20issue

Marusyk commented 3 years ago

@Nikhil-1503 the new release should not be created after each commit to master I reverted your changes. This should be done manually or when changing the version

Demigodplayz commented 3 years ago

@Nikhil-1503 the new release should not be created after each commit to master I reverted your changes. This should be done manually or when changing the version

Hi, @Nikhil-1503 So if i understand correctly you want this action to be triggered manually or whenever a new tag created (Since you create a tag mostly for changing version). If so i can grab this issue

Marusyk commented 3 years ago

Hi @Demigodplayz Yes, it should be triggered when a new tag is created, I think