plugins: add reset target

This commit is contained in:
Franco Fichtner
2025-01-24 09:59:18 +01:00
parent 57a224a3cd
commit 7a7a3138a3
+6 -1
View File
@@ -1,4 +1,4 @@
# Copyright (c) 2016-2024 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2016-2025 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -161,3 +161,8 @@ push:
@git checkout ${PLUGIN_STABLE}
@git push
@git checkout ${PLUGIN_MAIN}
reset:
@git checkout ${PLUGIN_STABLE}
@git reset --hard HEAD~1
@git checkout ${PLUGIN_MAIN}