kimseungbin / tag-and-release

A GitHub repository demonstrating automated releases using semantic versioning and a custom JavaScript GitHub Action. This project automates the tagging and release process, ensuring consistent version control and streamlined workflows.
BSD Zero Clause License
0 stars 0 forks source link

feat: Allow users to configure labels #5

Open coderabbitai[bot] opened 2 days ago

coderabbitai[bot] commented 2 days ago

As per your comment on PR #4, we need to implement a feature that allows users to configure labels:

This enhancement will improve the flexibility and usability of label management within the repository.

Referenced PR: https://github.com/kimseungbin/tag-and-release/pull/4

kimseungbin commented 2 days ago

@coderabbitai When writing an issue title, start with "feat: " if it introduces a new feature. Update this issue's title too.

coderabbitai[bot] commented 2 days ago

[!TIP] For best results, initiate chat on the files or code changes.

@kimseungbin, understood. I'll make sure to start issue titles with "feat: " when introducing new features. Please update the issue's title accordingly, as I am unable to do so.


✏️ Learnings added ``` Learnt from: kimseungbin URL: https://github.com/kimseungbin/tag-and-release/issues/5 Timestamp: 2024-11-19T11:10:11.104Z Learning: When writing an issue title for a new feature, start with "feat: ". ``` > Note: Learnings are effective only in the context of similar code segments. To apply general coding guidelines, please configure [review instructions](https://docs.coderabbit.ai/guides/review-instructions). You can manage existing learnings in the [app](https://app.coderabbit.ai/learnings).