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

Tag versions for release #6

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Tag versions for release #6

merged 2 commits into from
Mar 8, 2024

Conversation

jashapiro
Copy link
Member

I think this PR, followed by a v0.1.0 release, should make this action fully operational.

I did make a small change to the script to make the extensions case-insensitive, but other than that I just added some versioning.

The docker image tag won't work until the release is made and the docker image builds. But that should not take long once this is merged!

@@ -5,7 +5,7 @@
# To modify this behavior, provide a command-line argument with the extensions to check.

arguments <- commandArgs(trailingOnly = TRUE)
file_pattern <- "\\.(Rmd|md|rmd)$"
file_pattern <- "(?i)\\.(md|rmd)$"
Copy link
Member

Choose a reason for hiding this comment

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

ooh TIL! nice

Copy link
Member

@sjspielman sjspielman left a comment

Choose a reason for hiding this comment

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

Let's see!

@jashapiro jashapiro merged commit 0254531 into main Mar 8, 2024
1 check passed
@jashapiro jashapiro deleted the jashapiro/initial-release branch March 8, 2024 17:49
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.

2 participants