aboutsummaryrefslogtreecommitdiff
path: root/include/github.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/github.h')
-rw-r--r--include/github.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/github.h b/include/github.h
new file mode 100644
index 0000000..eb24753
--- /dev/null
+++ b/include/github.h
@@ -0,0 +1,8 @@
+#ifndef STASIS_GITHUB_H
+#define STASIS_GITHUB_H
+
+#define STASIS_GITHUB_API_VERSION "2022-11-28"
+
+int get_github_release_notes(const char *api_token, const char *repo, const char *tag, const char *target_commitish, char **output);
+
+#endif //STASIS_GITHUB_H \ No newline at end of file