We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266be1f commit 71fcb32Copy full SHA for 71fcb32
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## v0.2.0
4
5
+- Config option to run without migrations
6
7
+## v0.1.0
8
9
+- Initial Release
package.json
@@ -1,6 +1,6 @@
{
"name": "gigalixir-action",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Action to deploy to gigalixir",
"main": "index.js",
"scripts": {
0 commit comments