Skip to content

Release v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 21:42
f5f7efd

Changes in this Release:

Development
Introduces some important updates to our project's development workflow.

In the .github/workflows/auto-release.yml file, we have upgraded the actions/checkout action to version 4, ensuring that we have the latest features and improvements. Additionally, we have updated the anothrNick/github-tag-action action to version 1.67.0, which includes bug fixes and enhancements for bumping the version and pushing tags. These updates will help streamline the process of tagging and releasing new versions of our project.

In the .github/workflows/dependabot-auto-pr.yml file, we have made a small adjustment to the pull_request event types, specifically removing the push event. This change ensures that the workflow only triggers when a pull request is opened, improving the accuracy and efficiency of our automated PR merging process.

Overall, these changes enhance our development workflow by incorporating the latest tools and optimizing our automation processes.