Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.4.0 release #556

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Prepare for 0.4.0 release #556

merged 2 commits into from
Jan 19, 2024

Conversation

jfreda
Copy link
Contributor

@jfreda jfreda commented Jan 19, 2024

This PR bumps the version to 0.4.0 and includes some minor doc updates.

@jfreda jfreda requested a review from a team as a code owner January 19, 2024 22:57

1. [Create an API token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/#Create-an-API-token) for Jira.

1. Enable Jira using the `jira` block in the Hermes config file.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we give an example of how to use the jira block in the config?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, it's pretty well document directly in the example config:

hermes/configs/config.hcl

Lines 174 to 187 in 83ed46f

// jira is the configuration for Hermes to work with Jira.
jira {
// api_token is the API token for authenticating to Jira.
api_token = ""
// enabled enables integration with Jira.
enabled = false
// url is the URL of the Jira instance (ex: https://your-domain.atlassian.net).
url = ""
// user is the user for authenticating to Jira.
user = ""
}
I think that should be enough?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, should be good!

@jfreda jfreda merged commit dd50ccd into main Jan 19, 2024
2 checks passed
@jfreda jfreda deleted the jfreda/0.4.0-bump branch January 19, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants