You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,7 @@ Liquibase system requirements can be found on the [Download Liquibase](https://w
29
29
4. Open your CLI and navigate to your `examples/sql` or `examples/xml` directory.
30
30
5. Start the included H2 database with the `liquibase init start-h2` command.
31
31
6. Run the `liquibase update` command.
32
-
7. Optionally, follow the prompt for your email to register for [Liquibase Hub](https://hub.liquibase.com/).
33
-
8. Run the `liquibase history` command.
34
-
9. If you entered your email, check the report link and the output of the `history` command to see they match.
32
+
7. Run the `liquibase history` command to see what has executed!
35
33
36
34
See also how to [get started with Liquibase in minutes](https://www.liquibase.org/get-started/quickstart) or refer to our [Installing Liquibase](https://docs.liquibase.com/install/home.html) documentation page for more details.
37
35
@@ -82,4 +80,4 @@ LIQUIBASE is a registered trademark of [Liquibase Inc.](https://www.liquibase.co
82
80
1. When a PO (Product Owner) or a Team Leader navigates to Publish a release from here -> https://github.com/liquibase/liquibase/releases/new, the workflow from /workflow/release-published.yml job is triggered.
83
81
2. When a release is triggered, the workflow file will stop after `Setup` step and an email will be sent out to the list of `approvers` mentioned in job `manual_trigger_deployment`. You can click on the link and perform anyone of the options mentioned in description.
84
82
3. A minimum of 2 approvers are needed in order for the other jobs such as `deploy_maven`, `deploy_javadocs`, `publish_to_github_packages`, etc to be executed.
85
-
4. When you view the GitHub PR, make sure to verify the version which is being published. It should say something like `Deploying v4.20.0 to sonatype`
83
+
4. When you view the GitHub PR, make sure to verify the version which is being published. It should say something like `Deploying v4.20.0 to sonatype`
Copy file name to clipboardExpand all lines: liquibase-integration-tests/src/test/resources/liquibase/extension/testing/command/deactivateChangelog.test.groovy
Copy file name to clipboardExpand all lines: liquibase-integration-tests/src/test/resources/liquibase/extension/testing/command/dropAll.test.groovy
-4
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,6 @@ Optional Args:
22
22
Default: null
23
23
driverPropertiesFile (String) The JDBC driver properties file
24
24
Default: null
25
-
hubConnectionId (UUID) Used to identify the specific Connection in which to record or extract data at Liquibase Hub. Available in your Liquibase Hub Project at https://hub.liquibase.com.
26
-
Default: null
27
-
hubProjectId (UUID) Used to identify the specific Project in which to record at Liquibase Hub. Available in your Liquibase Hub account at https://hub.liquibase.com.
28
-
Default: null
29
25
password (String) Password to use to connect to the database
0 commit comments